Skip to content

Commit

Permalink
Prepare production build on the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexITC committed Aug 11, 2022
1 parent 2bf99b8 commit 4ee00f3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,12 @@ jobs:
#- name: Run tests
# run: CI=true sbt test

#- name: Prepare production build
#run: npm install && npm run build
- name: Install js dependencies
run: npm ci

- name: Scala to js
run: sbt fullLinkJS

- name: Prepare production build
run: npm run build

0 comments on commit 4ee00f3

Please sign in to comment.