Merge pull request #644 from Aktanusa/dev

Hotfix
This commit is contained in:
Daniël van Noord
2021-03-14 14:46:04 +01:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -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! ###'
exit 1
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

Binary file not shown.