Skip to content

Commit

Permalink
Simplify build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry Gordon committed Sep 28, 2021
1 parent 4c725f2 commit 1f8380c
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 @@ -7,7 +7,7 @@
"scripts": {
"format": "prettier --write **/*.ts",
"lint": "eslint --fix **/*.ts",
"package": "rm -f ./output/output.json && npm ci && ncc build --source-map --license licenses.txt",
"package": "ncc build src/main.ts --source-map --license licenses.txt",
"test": "SKIP_INTEGRATION_TESTS=true jest --detectOpenHandles",
"test-integration": "jest --detectOpenHandles 'integration'",
"prepare": "husky install",
Expand Down

0 comments on commit 1f8380c

Please sign in to comment.