diff --git a/.gitignore b/.gitignore
index da93220..affbdc8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
/node_modules/
/public/build/
-
-.DS_Store
+/public/service-worker.js
diff --git a/package.json b/package.json
index 978b090..be5bc0c 100644
--- a/package.json
+++ b/package.json
@@ -6,8 +6,11 @@
"homepage": "https://shark.tobot.dev/",
"scripts": {
"postinstall": "yarn simple-git-hooks",
- "build": "rollup -c rollup.config.mjs",
- "dev": "yarn build -w",
+ "build": "yarn build:game && yarn build:pwa",
+ "build:game": "rollup -c rollup.config.mjs",
+ "build:pwa": "rollup -c pwa.rollup.config.mjs",
+ "dev": "yarn build:game -w",
+ "dev:pwa": "yarn build:pwa -w",
"start": "sirv public --no-clear",
"preview": "yarn build && yarn start",
"check": "svelte-check --tsconfig ./tsconfig.json",
diff --git a/public/index.html b/public/index.html
index f709553..200714e 100644
--- a/public/index.html
+++ b/public/index.html
@@ -36,6 +36,7 @@
+
@@ -81,5 +82,21 @@
'-'`
+