Skip to content

Commit

Permalink
Fix docs commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypnosphi committed Sep 30, 2017
1 parent ebd2f8b commit 57fbf45
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"scripts": {
"bootstrap": "./scripts/bootstrap.js",
"bootstrap:docs": "yarn --cwd docs install",
"bootstrap:docs": "yarn install --cwd docs",
"bootstrap:react-native-vanilla": "npm --prefix examples/react-native-vanilla install",
"bootstrap:crna-kitchen-sink": "npm --prefix examples/crna-kitchen-sink install",
"build-packs": "lerna exec --scope '@storybook/*' --parallel -- ../../scripts/build-pack.sh ../../packs",
Expand All @@ -25,10 +25,10 @@
"coverage": "codecov",
"danger": "danger",
"dev": "lerna exec --parallel -- babel src -d dist --ignore tests,__tests__,test.js,stories/,story.jsx --plugins \"transform-runtime\" --copy-files -w",
"docs:build": "npm --prefix docs build",
"docs:deploy:ci": "npm --prefix docs deploy:ci",
"docs:deploy:manual": "npm --prefix docs deploy:manual",
"docs:dev": "npm --prefix docs dev",
"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:md .",
"lint:js": "eslint --cache --cache-location=.cache/eslint --ext .js,.jsx,.json",
Expand Down

0 comments on commit 57fbf45

Please sign in to comment.