chore(npm-scripts): rename some npm scripts

pull/336/head
Denis Demchenko 5 years ago
parent ec7aeac08c
commit 94530f010e

@ -64,14 +64,14 @@
},
"scripts": {
"build": "webpack --config webpack.config.js",
"deploy": "jsdoc -c jsdoc.json && gh-pages --dist docs --dest docs",
"generate-and-deploy-docs": "npm run generate-docs && gh-pages --dist docs --dest docs",
"prepublishOnly": "npm run build",
"lint": "eslint ./src",
"testem": "testem",
"test": "nyc --reporter=html --reporter=text ava",
"test:watch": "ava --watch",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"docs": "jsdoc -c jsdoc.json"
"generate-docs": "jsdoc -c jsdoc.json"
},
"license": "MIT"
}

Loading…
Cancel
Save