Skip to content

Commit

Permalink
Continue addressing review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rhkp committed Nov 1, 2024
1 parent a17a8e7 commit 404bb4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -346,3 +346,7 @@ turbo.json
# IntelliJ projects should be on _intellij-projects folder, never on specific packages.
packages/*/.idea
examples/*/.idea

# kogito-db-migrator-tool
packages/kogito-db-migrator-tool/src/main/resources/postgresql
packages/kogito-db-migrator-tool/src/main/resources/ansi
3 changes: 1 addition & 2 deletions packages/kogito-db-migrator-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
},
"scripts": {
"build:dev": "pnpm pre-build && mvn clean install -DskipTests && pnpm cleanup",
"build:prod": "pnpm pre-build && mvn clean install -DskipTests=$(build-env tests.run --not) -Dmaven.test.failure.ignore=$(build-env tests.ignoreFailures) && pnpm cleanup",
"cleanup": "rimraf src/main/resources/postgresql && rimraf src/main/resources/ansi",
"build:prod": "pnpm pre-build && mvn clean install -DskipTests=$(build-env tests.run --not) -Dmaven.test.failure.ignore=$(build-env tests.ignoreFailures)",
"pre-build": " pnpm cleanup && mvn dependency:unpack"
},
"dependencies": {
Expand Down

0 comments on commit 404bb4d

Please sign in to comment.