File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 4747 node-version : 24
4848 registry-url : https://registry.npmjs.org/
4949 - run : npm ci
50+ - run : npm run build
5051 - run : npm publish --provenance --access public
Original file line number Diff line number Diff line change 3939 "bump" : " npm version patch && git push origin main --follow-tags" ,
4040 "bump:minor" : " npm version minor && git push origin main --follow-tags" ,
4141 "bump:major" : " npm version major && git push origin main --follow-tags" ,
42- "release" : " gh release create v$(node -p \" require('./package.json').version\" ) --title v$(node -p \" require('./package.json').version\" ) --generate-notes"
42+ "release" : " gh release create v$(node -p \" require('./package.json').version\" ) --title v$(node -p \" require('./package.json').version\" ) --generate-notes" ,
43+ "prepublishOnly" : " npm run build"
4344 },
4445 "dependencies" : {
4546 "@servicestack/client" : " ^2.1.13" ,
You can’t perform that action at this time.
0 commit comments