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 5353 if : steps.changesets.outputs.published != 'true'
5454 run : |
5555 git checkout develop
56- pnpm changeset pre exit
57- pnpm changeset version --snapshot dev
58- pnpm changeset publish --tag dev
56+ pnpm release:dev
5957 env :
6058 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
6159 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
File renamed without changes.
Original file line number Diff line number Diff line change 55 "author" : " Jonathan Bakebwa <codebender828@gmail.com>" ,
66 "homepage" : " https://github.com/chakra-ui/chakra-ui-vue-next#readme" ,
77 "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" ,
1110 "files" : [
1211 " dist"
1312 ],
14- "exports" : {
15- "." : {
16- "require" : " ./dist/index.js" ,
17- "default" : " ./dist/index.mjs"
18- }
19- },
2013 "repository" : {
2114 "type" : " git" ,
2215 "url" : " git+https://github.com/chakra-ui/chakra-ui-vue-next.git"
3023 "build" : " tsup && pnpm build:types" ,
3124 "build:fast" : " tsup" ,
3225 "build:types" : " tsup src --dts-only" ,
26+ "replace-config" : " clean-package" ,
27+ "backup-config" : " clean-package restore" ,
3328 "types:check" : " tsc --noEmit" ,
3429 "dev" : " tsup --watch"
3530 },
You can’t perform that action at this time.
0 commit comments