File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " nestjs" ,
3- "version" : " 5.3.10 " ,
3+ "version" : " 5.3.13 " ,
44 "description" : " Modern, fast, powerful node.js web framework" ,
55 "scripts" : {
66 "coverage" : " nyc report --reporter=text-lcov | coveralls" ,
2020 "copy-misc" : " gulp copy-misc" ,
2121 "prepare" : " npm run build:dev && npm run copy-misc" ,
2222 "publish" :
23- " npm run prepare && ./node_modules/.bin/lerna publish --exact -m \" chore(@nestjs) publish %s release\" " ,
23+ " npm run build && ./node_modules/.bin/lerna publish --force- publish --exact -m \" chore(@nestjs) publish %s release\" " ,
2424 "publish:rc" :
25- " npm run prepare && ./node_modules/.bin/lerna publish --npm-tag=rc -m \" chore(@nestjs) publish %s release\" " ,
25+ " npm run build && ./node_modules/.bin/lerna publish --npm-tag=rc -m \" chore(@nestjs) publish %s release\" " ,
2626 "publish:next" :
27- " npm run prepare && ./node_modules/.bin/lerna publish --npm-tag=next --skip-git -m \" chore(@nestjs) publish %s release\" " ,
27+ " npm run build && ./node_modules/.bin/lerna publish --npm-tag=next --skip-git -m \" chore(@nestjs) publish %s release\" " ,
2828 "publish:beta" :
29- " npm run prepare && ./node_modules/.bin/lerna publish --npm-tag=beta -m \" chore(@nestjs) publish %s release\" " ,
29+ " npm run build && ./node_modules/.bin/lerna publish --npm-tag=beta -m \" chore(@nestjs) publish %s release\" " ,
3030 "publish:test" :
31- " npm run prepare && ./node_modules/.bin/lerna publish --npm-tag=test --skip-git -m \" chore(@nestjs) publish %s release\" "
31+ " npm run build && ./node_modules/.bin/lerna publish --force- publish --npm-tag=test --skip-git -m \" chore(@nestjs) publish %s release\" "
3232 },
3333 "engines" : {
3434 "node" : " >= 8.9.0"
You can’t perform that action at this time.
0 commit comments