We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb2cfa commit 766ce25Copy full SHA for 766ce25
2 files changed
.github/workflows/npm-publish.yml
@@ -36,7 +36,7 @@ jobs:
36
registry-url: https://registry.npmjs.org/
37
- run: pnpm install
38
- run: pnpm run build
39
- - run: pnpm publish --access public
+ - run: pnpm publish --access public --no-git-checks
40
env:
41
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
42
@@ -53,6 +53,6 @@ jobs:
53
node-version: 12
54
registry-url: https://npm.pkg.github.com/
55
56
- - run: pnpm publish
+ - run: pnpm publish --no-git-checks
57
58
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
.npmignore
@@ -1,2 +1,3 @@
1
node_modules
2
env.json
3
+src
0 commit comments