Skip to content

Commit

Permalink
fix: add build cmd in dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagargajare committed Mar 28, 2024
1 parent 7751896 commit cbc5ab0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/publish-dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:

- name: Install dependencies
run: npm install

- name: build
run: npm run build

- name: Semantic Release Dry Run
run: npm run semantic-release --dry-run
Expand Down
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ignore node_modules directory
node_modules/
!dist/

# Ignore any npm logs
npm-debug.log*

Expand Down

0 comments on commit cbc5ab0

Please sign in to comment.