diff --git a/.github/workflows/scala-steward.yml b/.github/workflows/scala-steward.yml index ac563c69..c274a8bf 100644 --- a/.github/workflows/scala-steward.yml +++ b/.github/workflows/scala-steward.yml @@ -29,6 +29,7 @@ jobs: - name: Install npm dependencies run: | npm install + npm run build_serviceworker_full # TODO REMOVE -> FIX "You must add typescript as a dependency." npm run build # ### Compile and TESTS ### diff --git a/package.json b/package.json index 86383211..0af607e9 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build_for_sourcemap": "NODE_OPTIONS='--max-old-space-size=4096' vite build", + "build_serviceworker_full": "NODE_OPTIONS='--max-old-space-size=4096' sbt serviceworker/fullLinkJS", "build": "vite build", "preview": "vite preview" }, @@ -28,4 +28,4 @@ "qr-scanner": "^1.4.2", "qrcode-generator": "^1.4.4" } -} +} \ No newline at end of file