Skip to content

Commit

Permalink
ci: trying to fix flaky build
Browse files Browse the repository at this point in the history
  • Loading branch information
OysteinVesth committed May 6, 2024
1 parent 72b3bd9 commit 1d10e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"scripts": {
"test": "vitest run --config ./src/tests/vitest.config.ts",
"build": "concurrently --kill-others \"npm run build:deploy\" \"npm run build:delete\"",
"build": "concurrently \"npm run build:deploy\" \"npm run build:delete\"",
"build:delete": "esbuild src/delete.ts --bundle --outfile=dist/delete/index.js --platform=node",
"build:deploy": "esbuild src/index.ts --bundle --outfile=dist/deploy/index.js --platform=node",
"lint": "eslint"
Expand Down

0 comments on commit 1d10e1a

Please sign in to comment.