Renamed commands
This commit is contained in:
12
package.json
12
package.json
@@ -12,12 +12,12 @@
|
|||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"copy-file": "cp dist/CookieMonster.js CookieMonster.js",
|
"copy-file": "cp dist/CookieMonster.js CookieMonster.js",
|
||||||
"eslint_src": "eslint src",
|
"eslint-src": "eslint src",
|
||||||
"build": "run-s eslint_src pack_prod remove_comment copy-file",
|
"build": "run-s eslint-src pack-prod remove-comment copy-file",
|
||||||
"build_test": "run-s pack_dev",
|
"build-test": "run-s pack-dev",
|
||||||
"pack_prod": "webpack --env production",
|
"pack-prod": "webpack --env production",
|
||||||
"pack_dev": "webpack",
|
"pack-dev": "webpack",
|
||||||
"remove_comment": "sed -i '' -e '/\\/\\/# sourceMappingURL.*/d' dist/CookieMonster.js"
|
"remove-comment": "sed -i '' -e '/\\/\\/# sourceMappingURL.*/d' dist/CookieMonster.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user