Removed CookieMonster.js from root

This commit is contained in:
Daniël van Noord
2021-05-02 09:30:18 +02:00
parent 3e80f95947
commit ddc46113bc
2 changed files with 1 additions and 9 deletions

View File

@@ -21,9 +21,3 @@ 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 tmp/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! ###'
exit 1
fi

File diff suppressed because one or more lines are too long