We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d2a7f commit 1bdd6ceCopy full SHA for 1bdd6ce
package.json
@@ -16,7 +16,7 @@
16
"test": "npm run tests-only",
17
"storybook": "start-storybook -p 9001 -s ./public",
18
"tag": "git tag v$npm_package_version",
19
- "gh-pages:clean": "rm -rf _gh-pages",
+ "gh-pages:clean": "rimraf _gh-pages",
20
"gh-pages:build": "$(npm bin)/build-storybook -o _gh-pages",
21
"gh-pages:copy-public": "cp public/* _gh-pages/$1",
22
"gh-pages:publish": "$(npm bin)/git-directory-deploy --directory _gh-pages",
0 commit comments