fix: update script and ci config

This commit is contained in:
Muhammad Rivki
2020-03-25 01:59:12 +07:00
parent 1a117b0473
commit 8047b853ff
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -66,4 +66,4 @@ jobs:
with:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: packages/core/storybook-static
FOLDER: packages/storybook/dist
+2 -2
View File
@@ -10,8 +10,8 @@
"test": "cross-env CI=true lerna run test --since origin/master -- --coverage",
"create-plugin": "backstage-cli create-plugin",
"lint": "lerna run lint",
"storybook": "yarn workspace @spotify-backstage/core storybook",
"build-storybook": "yarn workspace @spotify-backstage/core build-storybook"
"storybook": "yarn workspace storybook start",
"build-storybook": "yarn workspace storybook build-storybook"
},
"workspaces": {
"packages": [