Skip to content

Commit

Permalink
fix: reslove publish issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LonelySnowman committed Oct 15, 2024
1 parent 2e0febc commit 2b0c3ca
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snow-design/docs",
"version": "0.0.22",
"version": "1.0.0",
"description": "SnowDesign 组件库静态站点",
"scripts": {
"start": "dumi dev",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"storybook": "^8.2.4"
},
"devDependencies": {
"@snow-design/tools": "workspace:*",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
Expand Down
1 change: 0 additions & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
},
"devDependencies": {
"@snow-design/theme-default": "workspace:*",
"@snow-design/tools": "workspace:*",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/foundation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"author": "LonelySnowman",
"license": "ISC",
"devDependencies": {
"@snow-design/theme-default": "workspace:*",
"@snow-design/tools": "workspace:*"
"@snow-design/theme-default": "workspace:*"
}
}
3 changes: 1 addition & 2 deletions packages/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"classnames": "2.3.2"
},
"devDependencies": {
"@snow-design/theme-default": "workspace:*",
"@snow-design/tools": "workspace:*"
"@snow-design/theme-default": "workspace:*"
},
"peerDependencies": {
"vue": "3"
Expand Down
12 changes: 3 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ pnpm publish --filter @snow-design/vite-plugin

pnpm publish --filter @snow-design/webpack-plugin

pnpm publish --filter @snow-design/tools

echo "✅ Publish completed"

0 comments on commit 2b0c3ca

Please sign in to comment.