Skip to content

Commit

Permalink
chore: tries fix in test WF
Browse files Browse the repository at this point in the history
  • Loading branch information
jlong4223 committed Oct 12, 2023
1 parent 60ef364 commit 9fa5bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version-file: .nvmrc

- name: NPM build
run: npm run build
run: npm i tsup && npm run build
env:
VITE_FAUNA_SECRET: ${{ secrets.VITE_FAUNA_SECRET }}

Expand Down

0 comments on commit 9fa5bc2

Please sign in to comment.