Skip to content

Commit bbb314e

Browse files
committed
Prepare production build on the CI
1 parent 2bf99b8 commit bbb314e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/pull_request.yml

+9-2
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,12 @@ jobs:
3030
#- name: Run tests
3131
# run: CI=true sbt test
3232

33-
#- name: Prepare production build
34-
#run: npm install && npm run build
33+
- name: Install js dependencies
34+
run: npm ci
35+
36+
- name: Scala to js
37+
run: sbt fullLinkJS && sbt fullLinkOutputDir
38+
39+
- name: Prepare production build
40+
run: npm run build
41+

0 commit comments

Comments
 (0)