mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Combined build process and cleaned it up a bit
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "grunt test && dtslint",
|
"test": "grunt test && dtslint",
|
||||||
"start": "node ./sandbox/server.js",
|
"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",
|
"examples": "node ./examples/server.js",
|
||||||
"coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
|
"coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
|
||||||
"fix": "eslint --fix lib/**/*.js"
|
"fix": "eslint --fix lib/**/*.js"
|
||||||
|
|||||||
Reference in New Issue
Block a user