File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - run : pnpm install
2020 - run : pnpm run build
2121 - run : pnpm run prepack
22- - run : pnpm publish --no-git-checks --access restricted
22+ - run : npm publish --no-git-checks --access restricted
2323 env :
2424 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
2525 - run : pnpm run postpack
Original file line number Diff line number Diff line change 11{
22 "name" : " @ketrwu/simplelogin-cli" ,
33 "description" : " Unofficial SimpleLogin CLI" ,
4- "version" : " 0.0.1 " ,
4+ "version" : " 0.0.2 " ,
55 "author" : " Kenneth Wußmann" ,
66 "bin" : {
77 "sl" : " ./bin/run.js"
6464 "build" : " shx rm -rf dist && tsc -b" ,
6565 "lint" : " eslint" ,
6666 "postpack" : " shx rm -f oclif.manifest.json" ,
67+ "pack:tarballs" : " oclif pack tarballs" ,
6768 "posttest" : " pnpm run lint" ,
6869 "prepack" : " oclif manifest && oclif readme" ,
6970 "test" : " mocha --forbid-only \" test/**/*.test.ts\" " ,
You can’t perform that action at this time.
0 commit comments