no touch
This commit is contained in:
parent
d07b6d0125
commit
8cb69e27ac
2 changed files with 2 additions and 1 deletions
2
.github/workflows/chromatic.yaml
vendored
2
.github/workflows/chromatic.yaml
vendored
|
|
@ -16,4 +16,4 @@ jobs:
|
|||
uses: chromaui/action@v1
|
||||
with:
|
||||
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
||||
buildScriptName: build:docs
|
||||
buildScriptName: build:chromatic
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"start": "storybook dev -p 3000",
|
||||
"new": "node ./bin/newComponent/index.cjs",
|
||||
"build:package": "node ./bin/buildPackage/index.js",
|
||||
"build:chromatic": "storybook build -o docs",
|
||||
"build:docs": "storybook build -o docs && touch ./docs/.nojekyll",
|
||||
"build": "npm-run-all build:package build:docs",
|
||||
"prepublishOnly": "npm run build:package",
|
||||
|
|
|
|||
Loading…
Reference in a new issue