Skip to content

Commit 29f7cd9

Browse files
committed
build package
1 parent faa1341 commit 29f7cd9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pub_npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
node-version: 20
1515
registry-url: "https://registry.npmjs.org"
16-
- run: npm ci
17-
- run: npm publish --provenance --access public
16+
- run: npm install --ignore-scripts
17+
- run: npm publish
1818
env:
1919
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)