Skip to content

Commit 8fc0076

Browse files
committed
ci: ensure types
1 parent 35c921b commit 8fc0076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"storybook": "storybook dev -c .storybook",
2121
"build-storybook": "storybook build -c .storybook -o .storybook-static",
2222
"build": "rm -rf lib/* && rollup -c && npm run types",
23-
"types": "rm -rf types/* && rm -rf lib/stories && mv lib/src/* types/",
23+
"types": "mkdir -p types && rm -rf types/* && rm -rf lib/stories && mv lib/src/* types/",
2424
"prettier": "prettier --write './(src|stories)/**/*.+(ts|tsx)'",
2525
"lint": "eslint '{src,stories}/**/*.*'",
2626
"tsc": "npx tsc"

0 commit comments

Comments
 (0)