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": { "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",