Skip to content

Commit

Permalink
[chore] Deploy only docs version (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 authored Dec 18, 2021
1 parent e5cd927 commit eb633a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
"analyze": "size-limit --why",
"prestorybook": "npm run svg:import",
"storybook:serve": "start-storybook -p 9001 -c .storybook -s ./static",
"storybook:build": "build-storybook -c .storybook -s ./static",
"storybook:build": "npm run storybook:build:base --docs",
"storybook:build:base": "build-storybook -c .storybook -s ./static",
"storybook:deploy": "npx gh-pages -d storybook-static -m 'Update GitHub Pages [ci skip]'"
},
"peerDependencies": {
Expand Down

1 comment on commit eb633a3

@vercel
Copy link

@vercel vercel bot commented on eb633a3 Dec 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.