File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 9
9
- name : Checkout code
10
10
uses : actions/checkout@v4
11
11
12
+ - run : npm install -g corepack@latest
13
+ - run : corepack enable
14
+
12
15
- uses : actions/setup-node@v4
13
16
with :
14
17
node-version : 22
15
- cache : ' npm '
18
+ cache : ' pnpm '
16
19
17
20
- name : Install dependencies
18
- run : npm install
21
+ run : pnpm install
19
22
20
23
- name : Build
21
- run : npm run build
24
+ run : pnpm build
22
25
23
- - run : npx pkg-pr-new publish
26
+ - run : pnpx pkg-pr-new publish
Original file line number Diff line number Diff line change 30
30
"module" : " ./dist/vue-advanced-chat.mjs" ,
31
31
"unpkg" : " ./dist/vue-advanced-chat.umd.js" ,
32
32
"jsdelivr" : " ./dist/vue-advanced-chat.umd.js" ,
33
+ "packageManager" :
" [email protected] " ,
33
34
"scripts" : {
34
35
"dev" : " vite" ,
35
36
"build" : " vite build" ,
You can’t perform that action at this time.
0 commit comments