From 3113b1fa6db6d7857f664d09571c0c5b150a5a2f Mon Sep 17 00:00:00 2001 From: FabioPinheiro Date: Wed, 4 Oct 2023 21:53:42 +0100 Subject: [PATCH] one more try --- .github/workflows/scala-steward.yml | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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