Skip to content

Commit

Permalink
Minor fix to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rhkp committed Nov 27, 2024
1 parent 7827dab commit e486c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kogito-db-migrator-tool-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"build": ". ./node_modules/@kie-tools/python-venv/venv/bin/activate && pnpm copy-assets && pnpm image:build && rimraf build && rimraf target && rimraf dist-tests-e2e && rimraf resources/modules/kogito-postgres-db-migration-deps/quarkus-app",
"build:dev": "run-script-os",
"build:dev:darwin:linux": "pnpm build",
"build:dev:linux": "pnpm build",
"build:dev:win32:darwin": "echo \"Build skipped on Windows and MacOS\"",
"build:prod": "run-script-os",
"build:prod:linux": "pnpm build",
Expand Down

0 comments on commit e486c3a

Please sign in to comment.