File tree Expand file tree Collapse file tree 8 files changed +348
-52
lines changed Expand file tree Collapse file tree 8 files changed +348
-52
lines changed Original file line number Diff line number Diff line change 11name : Release
22on :
3- pull_request :
3+ push :
44 branches :
55 - main
66 - beta
@@ -22,23 +22,26 @@ jobs:
2222 with :
2323 fetch-depth : 0
2424
25+ - name : Using pnpm
26+ uses : pnpm/action-setup@v3
27+ with :
28+ version : 8.15.4
29+
2530 - name : Setup Node
2631 uses : actions/setup-node@v4
2732 with :
2833 node-version : 20
2934 cache : pnpm
3035
31- - name : Using pnpm
32- uses : pnpm/action-setup@v3
33- with :
34- version : 8.15.4
35-
3636 - name : Install dependencies
3737 run : pnpm install
3838
3939 - name : Check and fix vulnerabilities
4040 run : pnpm audit --fix
4141
42+ - name : Build
43+ run : pnpm build
44+
4245 - name : Publish
4346 env :
4447 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11{
2- "name" : " vue-styled-components" ,
3- "version" : " 0.0.2 " ,
2+ "name" : " @ vue-styled-components/core " ,
3+ "version" : " 0.0.1 " ,
44 "description" : " " ,
55 "type" : " module" ,
66 "main" : " index.ts" ,
Original file line number Diff line number Diff line change 77 "preview" : " vite preview"
88 },
99 "dependencies" : {
10- "@vue-styled-components/core" : " workspace:^0.0.2 "
10+ "@vue-styled-components/core" : " workspace:^"
1111 }
1212}
Original file line number Diff line number Diff line change 33 "private" : false ,
44 "version" : " 0.0.1" ,
55 "type" : " module" ,
6- "files" : [" dist/*" ],
6+ "files" : [
7+ " dist/*"
8+ ],
79 "main" : " ./dist/index.umd.cjs" ,
810 "module" : " ./dist/index.js" ,
911 "exports" : {
4850 "@vitest/coverage-v8" : " ^1.5.0" ,
4951 "@vue/eslint-config-prettier" : " ^9.0.0" ,
5052 "@vue/test-utils" : " ^2.4.5" ,
51- "jsdom" : " ^24.0.0" ,
5253 "commitizen" : " ^4.3.0" ,
5354 "cz-conventional-changelog" : " ^3.3.0" ,
5455 "eslint" : " ^8.57.0" ,
5556 "eslint-plugin-prettier" : " ^5.1.3" ,
5657 "eslint-plugin-vue" : " ^9.24.0" ,
5758 "husky" : " ^9.0.11" ,
59+ "jsdom" : " ^24.0.0" ,
5860 "prettier" : " ^3.2.5" ,
5961 "semantic-release" : " ^23.0.8" ,
6062 "typescript" : " ^5.4.3" ,
6163 "vite" : " ^5.2.0" ,
64+ "vite-plugin-dts" : " ^3.9.0" ,
6265 "vitest" : " ^1.5.0" ,
6366 "vue-tsc" : " ^2.0.7"
6467 },
You can’t perform that action at this time.
0 commit comments