This repository was archived by the owner on Sep 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +714
-228
lines changed Expand file tree Collapse file tree 4 files changed +714
-228
lines changed Original file line number Diff line number Diff line change 53
53
if : steps.changesets.outputs.published != 'true'
54
54
run : |
55
55
git checkout develop
56
- pnpm changeset pre exit
57
- pnpm changeset version --snapshot dev
58
- pnpm changeset publish --tag dev
56
+ pnpm release:dev
59
57
env :
60
58
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
61
59
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
File renamed without changes.
Original file line number Diff line number Diff line change 5
5
"author" :
" Jonathan Bakebwa <[email protected] >" ,
6
6
"homepage" : " https://github.com/chakra-ui/chakra-ui-vue-next#readme" ,
7
7
"license" : " MIT" ,
8
- "main" : " dist/index.js" ,
9
- "module" : " dist/index.mjs" ,
10
- "typings" : " dist/index.d.ts" ,
8
+ "main" : " ./index.ts" ,
9
+ "clean-package" : " ../../clean-package.config.json" ,
11
10
"files" : [
12
11
" dist"
13
12
],
14
- "exports" : {
15
- "." : {
16
- "require" : " ./dist/index.js" ,
17
- "default" : " ./dist/index.mjs"
18
- }
19
- },
20
13
"repository" : {
21
14
"type" : " git" ,
22
15
"url" : " git+https://github.com/chakra-ui/chakra-ui-vue-next.git"
30
23
"build" : " tsup && pnpm build:types" ,
31
24
"build:fast" : " tsup" ,
32
25
"build:types" : " tsup src --dts-only" ,
26
+ "replace-config" : " clean-package" ,
27
+ "backup-config" : " clean-package restore" ,
33
28
"types:check" : " tsc --noEmit" ,
34
29
"dev" : " tsup --watch"
35
30
},
You can’t perform that action at this time.
0 commit comments