Skip to content

Commit

Permalink
DOCS: Test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Ward committed Oct 5, 2020
1 parent f90029b commit 86d8139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"build:cjs": "tsc -p tsconfig.build.json -m commonjs --outDir ./dist && cp -r ./src/assets/ ./dist/assets",
"postbuild": "cp package.json ./dist/ && yarn postbuild:write-svgs",
"postbuild:write-svgs": "ts-node --project tsconfig.build.json write-svgs.tsx",
"docs:build": "build-storybook -c .storybook",
"docs:deploy": "storybook-to-ghpages",
"docs:build": "build-storybook -c .storybook -s public",
"docs:deploy": "storybook-to-ghpages --s docs:build",
"docs:start": "start-storybook -p 9001 -c .storybook -s public",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"watch": "run-p \"build:* -- --watch\"",
Expand Down

0 comments on commit 86d8139

Please sign in to comment.