2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-08 17:22:34 +03:00

Combined build process and cleaned it up a bit

This commit is contained in:
Jay
2022-04-26 14:24:18 +02:00
parent 1d82af1a50
commit 82fd15f3d4
+1 -1
View File
@@ -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"