Skip to content

Commit

Permalink
fix: clean esm folder as well
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyuchenzh committed Mar 27, 2019
1 parent 052d82f commit 0a10a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 0a10a6e

Please sign in to comment.