Skip to content

Commit

Permalink
fix: 🐛 Fixed files in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
prc5 committed Mar 23, 2023
1 parent 79b8535 commit a10f8ae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"build": "rollup -c",
"build:docs": "build-storybook",
"start": "start-storybook -p 6006 --no-manager-cache",
"start": "DISABLE_ESLINT_PLUGIN=true start-storybook -p 6006 --no-manager-cache",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.tsx,.ts --fix",
"format": "prettier --write .",
Expand Down Expand Up @@ -94,6 +94,10 @@
"webpack": "5",
"webpack-cli": "^5.0.1"
},
"files": [
"dist",
"src"
],
"engines": {
"node": ">=8",
"npm": ">=5"
Expand Down

0 comments on commit a10f8ae

Please sign in to comment.