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:
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@@ -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! ###'
|
||||
|
||||
Reference in New Issue
Block a user