File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 "build" : " gulp build && gulp move" ,
1313 "build:lib" : " gulp build --dist bundle" ,
1414 "copy-docs" : " gulp copy-docs" ,
15- "prepublish " : " npm run build:lib && npm run copy-docs" ,
16- "prepublish :rc" : " npm run build:lib && npm run copy-docs" ,
17- "prepublish :next" : " npm run build:lib && npm run copy-docs" ,
18- "prepublish :beta" : " npm run build:lib && npm run copy-docs" ,
15+ "prepare " : " npm run build:lib && npm run copy-docs" ,
16+ "prepare :rc" : " npm run build:lib && npm run copy-docs" ,
17+ "prepare :next" : " npm run build:lib && npm run copy-docs" ,
18+ "prepare :beta" : " npm run build:lib && npm run copy-docs" ,
1919 "publish" : " ./node_modules/.bin/lerna publish --exact -m \" chore(@nestjs) publish %s release\" " ,
2020 "publish:rc" : " ./node_modules/.bin/lerna publish --npm-tag=rc -m \" chore(@nestjs) publish %s release\" " ,
2121 "publish:next" : " ./node_modules/.bin/lerna publish --npm-tag=next --skip-git -m \" chore(@nestjs) publish %s release\" " ,
You can’t perform that action at this time.
0 commit comments