Skip to content

Commit 154d74e

Browse files
authored
Update ci.yml
1 parent 4471128 commit 154d74e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
- uses: actions/setup-node@v1
7575
with:
7676
node-version: 16.x
77+
- name: Disable pre- and post-publish actions
78+
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
7779
- uses: JS-DevTools/npm-publish@v1
7880
with:
7981
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)