mirror of
https://github.com/streamich/react-use.git
synced 2026-01-18 14:06:52 +00:00
fix: clean esm folder as well
This commit is contained in:
parent
052d82f510
commit
0a10a6ecfd
@ -15,7 +15,7 @@
|
||||
"build:cjs": "tsc",
|
||||
"build:es": "tsc -m esNext --outDir esm",
|
||||
"build": "yarn build:cjs && yarn build:es",
|
||||
"clean": "rimraf lib storybook-static",
|
||||
"clean": "rimraf lib storybook-static esm",
|
||||
"storybook": "start-storybook -p 6008",
|
||||
"storybook:build": "build-storybook",
|
||||
"storybook:upload": "gh-pages -d storybook-static",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user