Skip to content

Commit

Permalink
Updating build script such that it executes types script
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Sep 21, 2022
1 parent 833cefe commit ea2163d
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 @@ -28,7 +28,7 @@
},
"engineStrict": true,
"scripts": {
"build": "npm run lint && rm -rf dist/* && npm run rollup && npm run mocha",
"build": "npm run lint && rm -rf dist/* && npm run rollup && npm run types && npm run mocha",
"benchmark": "node benchmark.js",
"changelog": "auto-changelog -p",
"lint": "eslint *.js src/*.js test/*.js",
Expand Down

0 comments on commit ea2163d

Please sign in to comment.