We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8316fe5 + fa1ac34 commit 714ae66Copy full SHA for 714ae66
.github/workflows/release.yml
@@ -24,11 +24,11 @@ jobs:
24
id: package
25
uses: codex-team/action-nodejs-package-info@v1.1
26
27
- - name: Install npm-pack-all
28
- run: npm install npm-pack-all
+ - name: Install npm pack
+ run: npm install npm-pack
29
30
- name: Pack the npm package
31
- run: node node_modules/.bin/npm-pack-all
+ run: npm pack
32
33
# Publish package to npm
34
- name: Publish to npm
0 commit comments