Skip to content

Commit cdf9d29

Browse files
author
Maja Wichrowska
committed
Remove copy-public scripts
1 parent c384dc1 commit cdf9d29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525
"tag": "git tag v$npm_package_version",
2626
"gh-pages:clean": "rimraf _gh-pages",
2727
"gh-pages:build": "$(npm bin)/build-storybook -o _gh-pages",
28-
"gh-pages:copy-public": "cp public/* _gh-pages/$1",
2928
"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",
29+
"gh-pages": "npm run gh-pages:clean && npm run gh-pages:build && npm run gh-pages:publish",
3130
"version:patch": "npm --no-git-tag-version version patch",
3231
"version:minor": "npm --no-git-tag-version version minor",
3332
"version:major": "npm --no-git-tag-version version major",

0 commit comments

Comments
 (0)