Skip to content

Commit

Permalink
chore: storybook 배포 및 버전 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
WaiNaat committed Oct 5, 2023
1 parent 4beaf6f commit 595947c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ vite-env.d.ts
.eslintrc.cjs
.prettierrc
.stylelintrc
.nojekyll
tsconfig.json
tsconfig.node.json
vite.config.ts
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pium/stack-component",
"homepage": "https://pium-official.github.io/stack-component",
"private": false,
"version": "0.1.5",
"version": "1.0.0",
"type": "module",
"license": "MIT",
"repository": {
Expand All @@ -21,8 +21,10 @@
"build": "tsc && vite build",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"predeploy": "npm run build-storybook && touch storybook-static/.nojekyll",
"deploy": "gh-pages -d storybook-static -t true"
"predeploy:linux": "npm run build-storybook && touch storybook-static/.nojekyll",
"predeploy:windows": "npm run build-storybook && copy .nojekyll storybook-static",
"deploy:linux": "gh-pages -d storybook-static -t true",
"deploy:windows": "gh-pages -d storybook-static -t true"
},
"dependencies": {
"react": "^18.2.0",
Expand Down

0 comments on commit 595947c

Please sign in to comment.