Skip to content

Commit 829e059

Browse files
committedMay 23, 2023
Change prepublishOnly to postinstall and add install step to CD
1 parent 7007ceb commit 829e059

File tree

4 files changed

+16086
-6827
lines changed

4 files changed

+16086
-6827
lines changed
 

‎.github/workflows/release.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/setup-node@v3
1515
with:
1616
node-version: 18
17-
17+
1818
- uses: actions/checkout@v3
1919
with:
2020
persist-credentials: false
@@ -68,6 +68,9 @@ jobs:
6868
commit_message: 'Version bump in README.md to ${{ steps.package.outputs.package_version }} [skip ci]'
6969
file_pattern: README.md
7070

71+
- name: NPM install
72+
run: npm install --audit=false
73+
7174
- uses: JS-DevTools/npm-publish@v2.1.0
7275
id: publish
7376
with:

0 commit comments

Comments
 (0)
Failed to load comments.