Skip to content

Commit a10f8ae

Browse files
committed
fix: 🐛 Fixed files in package.json
1 parent 79b8535 commit a10f8ae

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"build": "rollup -c",
1313
"build:docs": "build-storybook",
14-
"start": "start-storybook -p 6006 --no-manager-cache",
14+
"start": "DISABLE_ESLINT_PLUGIN=true start-storybook -p 6006 --no-manager-cache",
1515
"test": "jest",
1616
"lint": "eslint . --ext .js,.jsx,.tsx,.ts --fix",
1717
"format": "prettier --write .",
@@ -94,6 +94,10 @@
9494
"webpack": "5",
9595
"webpack-cli": "^5.0.1"
9696
},
97+
"files": [
98+
"dist",
99+
"src"
100+
],
97101
"engines": {
98102
"node": ">=8",
99103
"npm": ">=5"

0 commit comments

Comments
 (0)