Skip to content

Commit

Permalink
fix: CICD npm dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Bentley authored and Tony Bentley committed Dec 30, 2023
1 parent be8f704 commit cdb0e37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ jobs:
run: npm install

- name: Build artifact
run: npm run build && rm -rf public && mv build public && ls -la
run: npm run build && rm -rf public && mv build public && ls public -la

- name: publish dry-run
run: npm publish --dry-run

0 comments on commit cdb0e37

Please sign in to comment.