Version 2.031.5 and change to action (#641)

* Remove sourcemap comment

* Bumped version and updated release notes

* Updated CI to remove sourcemap comment

* Fixed faulty command in action

* Fixed fault command (again)

* Fixed action

* Update action

* Action

* Try 123512

* Try 123541

* Action?

* Action

* Better Action

* Maybe?

* Maybe

* Please...
This commit is contained in:
Daniël van Noord
2021-03-14 14:38:11 +01:00
committed by GitHub
parent a983ec23b0
commit 8099a5794b
8 changed files with 21 additions and 44 deletions

View File

@@ -17,7 +17,7 @@ jobs:
run: |
npm install
npx webpack -o ./test --env production
if cmp dist/CookieMonster.js test/CookieMonster.js; then
if cmp <(head -n 2 dist/CookieMonster.js) <(head -n 2 test/CookieMonster.js); then
echo '### SUCCESS: CookieMonster is correctly built! ###'
else
echo '### WARNING: CookieMonster.js does not seem to be correct. Make sure to run "npm run build" after saving all your changes! ###'