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:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user