Skip to content

Commit

Permalink
fix: release script not using 'run' for npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlescure committed Sep 5, 2023
1 parent f27725e commit b0f659d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

npm build \
&& npm docs \
npm run build \
&& npm run docs \
&& git add dist docs \
&& git commit -m "chore: build dist and docs for release" \
&& auto-changelog -p

0 comments on commit b0f659d

Please sign in to comment.