Skip to content

Commit

Permalink
one more try
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioPinheiro committed Oct 4, 2023
1 parent 19388c7 commit 3113b1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -28,4 +28,4 @@
"qr-scanner": "^1.4.2",
"qrcode-generator": "^1.4.4"
}
}
}

0 comments on commit 3113b1f

Please sign in to comment.