Skip to content

Commit

Permalink
Update test-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN authored Dec 24, 2023
1 parent 2360936 commit a18041d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
run: rete-kit -V
- name: Bootstrapp application
run: rete-kit app -n app -s ${{ inputs.stack }} -v ${{ inputs.version }} -f "${{ inputs.features }}"
- name: Force install dependencies
run: npm install
working-directory: ./app
- name: Build application
run: npm run build
env:
Expand Down

0 comments on commit a18041d

Please sign in to comment.