Skip to content

Commit

Permalink
fix: adjust storybook build script
Browse files Browse the repository at this point in the history
  • Loading branch information
KarineBrandelli committed May 7, 2024
1 parent 3c30ad3 commit 04e5e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint": "eslint -c .eslintrc.js 'src/**/*.{ts,tsx}'",
"lint:fix": "eslint -c .eslintrc.js --fix 'src/**/*.{ts,tsx}'",
"lint:quiet": "eslint --quiet .eslintrc.js 'src/**/*.{ts,tsx}'",
"docs:build": "build-storybook --docs -o public",
"docs:build": "storybook build -o docs public",
"build": "node pre-publish && npm run build:types && npm run build:js",
"build:types": "tsc --emitDeclarationOnly",
"build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline",
Expand Down

0 comments on commit 04e5e1a

Please sign in to comment.