More translations, fix tests, modify build process

This commit is contained in:
viktorstrate
2021-04-05 23:11:48 +02:00
parent e530ce5555
commit b05f5b8eb7
20 changed files with 228 additions and 90 deletions

View File

@@ -53,8 +53,8 @@
"workbox-build": "^6.1.2"
},
"scripts": {
"start": "node build.mjs watch",
"build": "NODE_ENV=production node build.mjs",
"start": "node --experimental-modules build.mjs watch",
"build": "NODE_ENV=production node --experimental-modules build.mjs",
"test": "npm run lint && npm run jest",
"lint": "eslint ./src --max-warnings 0 --cache",
"jest": "jest",