We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c384dc1 commit cdf9d29Copy full SHA for cdf9d29
package.json
@@ -25,9 +25,8 @@
25
"tag": "git tag v$npm_package_version",
26
"gh-pages:clean": "rimraf _gh-pages",
27
"gh-pages:build": "$(npm bin)/build-storybook -o _gh-pages",
28
- "gh-pages:copy-public": "cp public/* _gh-pages/$1",
29
"gh-pages:publish": "$(npm bin)/git-directory-deploy --directory _gh-pages",
30
- "gh-pages": "npm run gh-pages:clean && npm run gh-pages:build && npm run gh-pages:copy-public && npm run gh-pages:publish",
+ "gh-pages": "npm run gh-pages:clean && npm run gh-pages:build && npm run gh-pages:publish",
31
"version:patch": "npm --no-git-tag-version version patch",
32
"version:minor": "npm --no-git-tag-version version minor",
33
"version:major": "npm --no-git-tag-version version major",
0 commit comments