Skip to content

Commit

Permalink
Update build and deployment workflow***
Browse files Browse the repository at this point in the history
  • Loading branch information
KnotzerIO committed Mar 27, 2024
1 parent e9e6abb commit a63832c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main_pathpal-navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ jobs:

- name: npm install, build, and test
run: |
npm install
npm ci
npm run build
rm -rf node_modules
npm install json-server
- name: Zip artifact for deployment
run: zip release.zip ./* -r -x .git/\* .github/\* node_modules/\* .gitignore
run: zip release.zip ./* -r

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a63832c

Please sign in to comment.