File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ # Cutting a release
2+
3+ - ` yarn build `
4+ - ` cd dist && angular-redux `
5+ - ` npm publish `
Original file line number Diff line number Diff line change 55 "ng" : " ng" ,
66 "start" : " ng serve" ,
77 "build" : " ng build angular-redux && tsc -p projects/angular-redux/tsconfig.schematics.json && yarn build:copy" ,
8- "build:copy" : " cd ./projects/angular-redux/schematics && copyfiles \" **/*.json\" ../../../dist/angular-redux/schematics" ,
8+ "build:copy" : " cd ./projects/angular-redux/schematics && copyfiles \" **/*.json\" ../../../dist/angular-redux/schematics && copyfiles \" **/*.template \" ../../../dist/angular-redux/schematics " ,
99 "build:ng" : " ng build" ,
1010 "watch" : " ng build --watch --configuration development" ,
1111 "test" : " yarn test:ng && yarn test:schematics" ,
You can’t perform that action at this time.
0 commit comments