Skip to content

Commit

Permalink
build src before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkunka committed Jun 9, 2020
1 parent 860160f commit 2d3b655
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 @@
"url": "https://github.com/patrickkunka/bandwidth-throttle-stream/"
},
"scripts": {
"test": "TS_NODE_PROJECT=./config/typescript/tsconfig.base.json mocha \"./tests/**/*.test.ts\" --config ./config/mocha/.mocharc.json",
"test": "npm run create:src && TS_NODE_PROJECT=./config/typescript/tsconfig.base.json mocha \"./tests/**/*.test.ts\" --config ./config/mocha/.mocharc.json",
"test:watch": "npm run test -- --watch",
"test:cover": "nyc npm run test",
"clean:dist": "rm -rf dist",
Expand Down

0 comments on commit 2d3b655

Please sign in to comment.