Skip to content

Commit

Permalink
Update build command in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxu2394 committed Mar 16, 2024
1 parent 1ff5fb9 commit f3f618d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_patientor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: npm install, build, and test
run: |
npm install
npm run build --if-present
npm run tsc --if-present
npm run test --if-present
- name: Zip artifact for deployment
Expand Down

0 comments on commit f3f618d

Please sign in to comment.