File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3333 - run : git config --global user.name "Eugene Labutin"
3434 - run : npm ci --force # force because conflict typescript-eslint/parser version, check and remove later
3535 - run : npm run release
36- - run : git push && git push --tags && npm publish --access public
36+ - run : git push && git push --tags
37+ - run : npm publish --access public
3738 env :
3839 NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
Original file line number Diff line number Diff line change 2525 "test" : " mocha" ,
2626 "build" : " tsc --project tsconfig.build.json && node ./dist/index.js" ,
2727 "prepublishOnly" : " npm run lint && npm run build && npm run test" ,
28- "release" : " cliff-jumper --name 'ts-serializable' --package-path '.'" ,
28+ "release" : " cliff-jumper --name 'ts-serializable' --package-path '.' --no-skip-changelog --no-skip-tag " ,
2929 "prepare" : " husky install"
3030 },
3131 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments