File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 "lint:spec" : " eslint 'packages/**/**.spec.ts' -c '.eslintrc.spec.js'" ,
3737 "prerelease" : " gulp copy-misc && gulp build --dist node_modules/@nestjs" ,
3838 "publish" : " npm run prerelease && npm run build:prod && ./node_modules/.bin/lerna publish --force-publish --access public --exact -m \" chore(@nestjs) publish %s release\" " ,
39- "prepublish " : " npm run changelog | pbcopy" ,
39+ "prepublishOnly " : " npm run changelog | pbcopy" ,
4040 "publish:beta" : " npm run prerelease && npm run build:prod && ./node_modules/.bin/lerna publish --npm-tag=beta --access public -m \" chore(@nestjs) publish %s release\" " ,
4141 "publish:next" : " npm run prerelease && npm run build:prod && ./node_modules/.bin/lerna publish --npm-tag=next --access public --skip-git -m \" chore(@nestjs) publish %s release\" " ,
4242 "publish:rc" : " npm run prerelease && npm run build:prod && ./node_modules/.bin/lerna publish --npm-tag=rc --access public -m \" chore(@nestjs) publish %s release\" " ,
You can’t perform that action at this time.
0 commit comments