Skip to content

Commit

Permalink
Update publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Jan 11, 2023
1 parent 0cb5901 commit 29cb47c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#! /bin/sh

#if npm audit; then
rm *orig* *toc\.*
npm run-script document
# rm *orig* *toc\.*
# npm run-script document
git add .
npm version patch -m "$1" --force
npm publish
Expand Down

0 comments on commit 29cb47c

Please sign in to comment.