Skip to content

Commit

Permalink
Combined build process and cleaned it up a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsaayman committed Apr 26, 2022
1 parent 1d82af1 commit 82fd15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"test": "grunt test && dtslint",
"start": "node ./sandbox/server.js",
"build": "grunt version && npm test & NODE_ENV=production grunt build",
"build": "grunt version && npm test && NODE_ENV=production grunt build",
"examples": "node ./examples/server.js",
"coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"fix": "eslint --fix lib/**/*.js"
Expand Down

0 comments on commit 82fd15f

Please sign in to comment.