File tree 8 files changed +348
-52
lines changed
8 files changed +348
-52
lines changed Original file line number Diff line number Diff line change 1
1
name : Release
2
2
on :
3
- pull_request :
3
+ push :
4
4
branches :
5
5
- main
6
6
- beta
@@ -22,23 +22,26 @@ jobs:
22
22
with :
23
23
fetch-depth : 0
24
24
25
+ - name : Using pnpm
26
+ uses : pnpm/action-setup@v3
27
+ with :
28
+ version : 8.15.4
29
+
25
30
- name : Setup Node
26
31
uses : actions/setup-node@v4
27
32
with :
28
33
node-version : 20
29
34
cache : pnpm
30
35
31
- - name : Using pnpm
32
- uses : pnpm/action-setup@v3
33
- with :
34
- version : 8.15.4
35
-
36
36
- name : Install dependencies
37
37
run : pnpm install
38
38
39
39
- name : Check and fix vulnerabilities
40
40
run : pnpm audit --fix
41
41
42
+ - name : Build
43
+ run : pnpm build
44
+
42
45
- name : Publish
43
46
env :
44
47
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " vue-styled-components" ,
3
- "version" : " 0.0.2 " ,
2
+ "name" : " @ vue-styled-components/core " ,
3
+ "version" : " 0.0.1 " ,
4
4
"description" : " " ,
5
5
"type" : " module" ,
6
6
"main" : " index.ts" ,
Original file line number Diff line number Diff line change 7
7
"preview" : " vite preview"
8
8
},
9
9
"dependencies" : {
10
- "@vue-styled-components/core" : " workspace:^0.0.2 "
10
+ "@vue-styled-components/core" : " workspace:^"
11
11
}
12
12
}
Original file line number Diff line number Diff line change 3
3
"private" : false ,
4
4
"version" : " 0.0.1" ,
5
5
"type" : " module" ,
6
- "files" : [" dist/*" ],
6
+ "files" : [
7
+ " dist/*"
8
+ ],
7
9
"main" : " ./dist/index.umd.cjs" ,
8
10
"module" : " ./dist/index.js" ,
9
11
"exports" : {
48
50
"@vitest/coverage-v8" : " ^1.5.0" ,
49
51
"@vue/eslint-config-prettier" : " ^9.0.0" ,
50
52
"@vue/test-utils" : " ^2.4.5" ,
51
- "jsdom" : " ^24.0.0" ,
52
53
"commitizen" : " ^4.3.0" ,
53
54
"cz-conventional-changelog" : " ^3.3.0" ,
54
55
"eslint" : " ^8.57.0" ,
55
56
"eslint-plugin-prettier" : " ^5.1.3" ,
56
57
"eslint-plugin-vue" : " ^9.24.0" ,
57
58
"husky" : " ^9.0.11" ,
59
+ "jsdom" : " ^24.0.0" ,
58
60
"prettier" : " ^3.2.5" ,
59
61
"semantic-release" : " ^23.0.8" ,
60
62
"typescript" : " ^5.4.3" ,
61
63
"vite" : " ^5.2.0" ,
64
+ "vite-plugin-dts" : " ^3.9.0" ,
62
65
"vitest" : " ^1.5.0" ,
63
66
"vue-tsc" : " ^2.0.7"
64
67
},
You can’t perform that action at this time.
0 commit comments