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.
1 parent e2f0a62 commit 603783cCopy full SHA for 603783c
.github/workflows/publish.yml
@@ -45,6 +45,6 @@ jobs:
45
echo "New version: $(npm pkg get version)"
46
47
- name: Publish to npm
48
- run: npm publish --access public
+ run: npm publish --access public --ignore-scripts
49
env:
50
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -17,7 +17,6 @@
17
"storybook": "storybook dev -p 6006",
18
"build-storybook": "storybook build",
19
"clean": "rimraf dist",
20
- "lint": "eslint src --ext .ts,.tsx",
21
"prepare": "npm run clean && npm run build && npm run build:types"
22
},
23
"keywords": [
0 commit comments