Skip to content

Commit ec4e709

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

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/pull_request.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,9 @@ 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: Prepare production build
37+
run: npm run build
38+

0 commit comments

Comments
 (0)