Renamed commands

This commit is contained in:
Daniël van Noord
2021-03-17 00:05:57 +01:00
parent f3b0bfa16d
commit ff81b4ff02

View File

@@ -12,12 +12,12 @@
],
"scripts": {
"copy-file": "cp dist/CookieMonster.js CookieMonster.js",
"eslint_src": "eslint src",
"build": "run-s eslint_src pack_prod remove_comment copy-file",
"build_test": "run-s pack_dev",
"pack_prod": "webpack --env production",
"pack_dev": "webpack",
"remove_comment": "sed -i '' -e '/\\/\\/# sourceMappingURL.*/d' dist/CookieMonster.js"
"eslint-src": "eslint src",
"build": "run-s eslint-src pack-prod remove-comment copy-file",
"build-test": "run-s pack-dev",
"pack-prod": "webpack --env production",
"pack-dev": "webpack",
"remove-comment": "sed -i '' -e '/\\/\\/# sourceMappingURL.*/d' dist/CookieMonster.js"
},
"repository": {
"type": "git",