Skip to content

Commit

Permalink
Remove unused profile
Browse files Browse the repository at this point in the history
  • Loading branch information
yesamer committed Jan 10, 2025
1 parent bbb4e76 commit 85094aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/serverless-workflow-diagram-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
],
"scripts": {
"build:dev": "run-script-os",
"build:dev:linux:darwin": "mvn clean install -DskipTests -DskipITs -Pno-showcase",
"build:dev:win32": "pnpm powershell \"mvn clean install `-DskipTests `-DskipITs `-Pno-showcase\"",
"build:dev:linux:darwin": "mvn clean install -DskipTests -DskipITs",
"build:dev:win32": "pnpm powershell \"mvn clean install `-DskipTests `-DskipITs\"",
"build:prod": "run-script-os",
"build:prod:linux:darwin": "pnpm lint && mvn clean install -DskipTests=$(build-env tests.run --not) -Dmaven.test.failure.ignore=$(build-env tests.ignoreFailures) -DskipITs=$(build-env endToEndTests.run --not) -Pno-showcase",
"build:prod:win32": "pnpm lint && pnpm powershell \"mvn clean install `-DskipTests=$(build-env tests.run --not) `-Dmaven.test.failure.ignore=$(build-env tests.ignoreFailures) `-DskipITs=$(build-env endToEndTests.run --not) `-Pno-showcase\"",
"build:prod:linux:darwin": "pnpm lint && mvn clean install -DskipTests=$(build-env tests.run --not) -Dmaven.test.failure.ignore=$(build-env tests.ignoreFailures) -DskipITs=$(build-env endToEndTests.run --not)",
"build:prod:win32": "pnpm lint && pnpm powershell \"mvn clean install `-DskipTests=$(build-env tests.run --not) `-Dmaven.test.failure.ignore=$(build-env tests.ignoreFailures) `-DskipITs=$(build-env endToEndTests.run --not)\"",
"install": "node install.js",
"lint": "echo 'Linting'",
"powershell": "@powershell -NoProfile -ExecutionPolicy Unrestricted -Command"
Expand Down

0 comments on commit 85094aa

Please sign in to comment.