mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 14:11:26 +08:00
REMOVE gh-pages dependency
This commit is contained in:
parent
45c4055580
commit
a0d87477f5
@ -12,8 +12,6 @@
|
||||
"scripts": {
|
||||
"build": "gatsby build && cp static/**/* ./public",
|
||||
"build-storybook": "build-storybook",
|
||||
"deploy:ci": "gh-pages -t -r https://${GH_TOKEN}@github.com/storybooks/storybook.git -d public -o origin -b gh-pages",
|
||||
"deploy:manual": "gh-pages -t -r git@github.com:storybooks/storybook.git -d public -o origin -b gh-pages",
|
||||
"dev": "gatsby develop",
|
||||
"serve": "gatsby serve",
|
||||
"storybook": "start-storybook -p 9009 -s src/pages",
|
||||
@ -37,7 +35,6 @@
|
||||
"gatsby-remark-smartypants": "^1.4.12",
|
||||
"gatsby-source-filesystem": "^1.5.39",
|
||||
"gatsby-transformer-remark": "^1.7.44",
|
||||
"gh-pages": "^1.2.0",
|
||||
"global": "^4.3.2",
|
||||
"highlight.js": "^9.13.0",
|
||||
"lodash": "^4.17.11",
|
||||
|
@ -29,8 +29,6 @@
|
||||
"dev:js": "lerna exec --parallel -- cross-env-shell node \\$LERNA_ROOT_PATH/scripts/watch-js.js",
|
||||
"dev:ts": "lerna exec --parallel -- cross-env-shell node \\$LERNA_ROOT_PATH/scripts/watch-ts.js",
|
||||
"docs:build": "npm --prefix docs run build",
|
||||
"docs:deploy:ci": "npm --prefix docs run deploy:ci",
|
||||
"docs:deploy:manual": "npm --prefix docs run deploy:manual",
|
||||
"docs:dev": "npm --prefix docs run dev",
|
||||
"github-release": "github-release-from-changelog",
|
||||
"lint": "yarn lint:js . && yarn lint:ts **/*.ts && yarn lint:md .",
|
||||
|
Loading…
x
Reference in New Issue
Block a user