Skip to content

Commit

Permalink
fix cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jpogran committed Oct 30, 2024
1 parent f98f1db commit e81f420
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 @@ -928,7 +928,7 @@
]
},
"scripts": {
"prepare": "npm run download:artifacts && cd src/test/e2e && npm install",
"prepare": "npm run download:artifacts",
"compile": "npm run check-types && npm run lint && node esbuild.mjs",
"compile:prod": "npm run check-types && npm run lint && node esbuild.mjs --production",
"compile:tests": "tsc -p .",
Expand Down

0 comments on commit e81f420

Please sign in to comment.