Skip to content

Commit

Permalink
update command for deploying to production
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahim-nazari committed Mar 6, 2024
1 parent 290ea83 commit 55caf6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main_flashcard-activity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:
with:
node-version: "20.x"

- name: npm install, start, and test
- name: npm install, and test
run: |
npm install
npm run start --if-present
npm run test --if-present
- name: Zip artifact for deployment
Expand Down

0 comments on commit 55caf6e

Please sign in to comment.