Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
fix: Add build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal Nagar committed Jul 2, 2021
1 parent 48c9ac5 commit 17e93c5
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 @@ -20,7 +20,7 @@
"start": "node dist/index.js",
"build": "tsc",
"test": "ts-mocha -p tsconfig.json tests/**/*.spec.ts -t 150000",
"test:custom": "start-server-and-test 'yarn start' http://localhost:3000 'yarn test'",
"test:custom": "start-server-and-test 'yarn build && yarn start' http://localhost:3000 'yarn test'",
"semantic-release": "semantic-release",
"prepare": "husky install"
},
Expand Down

0 comments on commit 17e93c5

Please sign in to comment.