Merge pull request #643 from DanielNoord/hotfix/fix
Hotfix for version 2.051.3
This commit is contained in:
6
.github/workflows/CI.yml
vendored
6
.github/workflows/CI.yml
vendored
@@ -23,3 +23,9 @@ jobs:
|
|||||||
echo '### WARNING: CookieMonster.js does not seem to be correct. Make sure to run "npm run build" after saving all your changes! ###'
|
echo '### WARNING: CookieMonster.js does not seem to be correct. Make sure to run "npm run build" after saving all your changes! ###'
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
if cmp <(head -n 2 CookieMonster.js) <(head -n 2 test/CookieMonster.js); then
|
||||||
|
echo '### SUCCESS: CookieMonster is correctly built! ###'
|
||||||
|
else
|
||||||
|
echo '### WARNING: Make sure to move the file from the /dist folder to the main folder. Otherwise Github Pages won't notice it ###'
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|||||||
BIN
CookieMonster.js
BIN
CookieMonster.js
Binary file not shown.
Reference in New Issue
Block a user