Skip to content

Commit 603783c

Browse files
committed
ingore script added package json eslint removed
1 parent e2f0a62 commit 603783c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
echo "New version: $(npm pkg get version)"
4646
4747
- name: Publish to npm
48-
run: npm publish --access public
48+
run: npm publish --access public --ignore-scripts
4949
env:
5050
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"storybook": "storybook dev -p 6006",
1818
"build-storybook": "storybook build",
1919
"clean": "rimraf dist",
20-
"lint": "eslint src --ext .ts,.tsx",
2120
"prepare": "npm run clean && npm run build && npm run build:types"
2221
},
2322
"keywords": [

0 commit comments

Comments
 (0)