Create CookieMonsterDev

This commit is contained in:
Daniël van Noord
2021-05-02 09:55:00 +02:00
parent 32b7bfc2c9
commit 21b8a169ef
8 changed files with 40 additions and 8 deletions

View File

@@ -12,11 +12,10 @@
],
"scripts": {
"eslint-src": "eslint src test",
"build": "run-s eslint-src pack-prod remove-comment test",
"build": "run-s eslint-src pack-prod test",
"build-test": "run-s pack-dev",
"pack-prod": "webpack --env production",
"pack-dev": "webpack",
"remove-comment": "sed -i '' -e '/\\/\\/# sourceMappingURL.*/d' dist/CookieMonster.js",
"test": "mocha"
},
"repository": {