File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 with :
3434 node-version-file : .node-version
3535 cache : pnpm
36- registry-url : " https://registry.npmjs.org"
3736 - run : npm install -g npm@latest
3837 - run : pnpm install
3938 - run : pnpm release
Original file line number Diff line number Diff line change 2929 "." : " ./dist/index.js" ,
3030 "./package.json" : " ./package.json"
3131 },
32+ "publishConfig" : {
33+ "access" : " public" ,
34+ "provenance" : true ,
35+ "registry" : " https://registry.npmjs.org/"
36+ },
3237 "scripts" : {
3338 "build" : " tsdown" ,
3439 "lint" : " eslint" ,
Original file line number Diff line number Diff line change 3030 "." : " ./dist/index.js" ,
3131 "./package.json" : " ./package.json"
3232 },
33+ "publishConfig" : {
34+ "access" : " public" ,
35+ "provenance" : true ,
36+ "registry" : " https://registry.npmjs.org/"
37+ },
3338 "scripts" : {
3439 "build" : " tsdown" ,
3540 "lint" : " eslint" ,
Original file line number Diff line number Diff line change 3030 "." : " ./dist/index.js" ,
3131 "./package.json" : " ./package.json"
3232 },
33+ "publishConfig" : {
34+ "access" : " public" ,
35+ "provenance" : true ,
36+ "registry" : " https://registry.npmjs.org/"
37+ },
3338 "scripts" : {
3439 "build" : " tsdown" ,
3540 "lint" : " eslint" ,
You can’t perform that action at this time.
0 commit comments