File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ cd angular-cli-ghpages/src
182
182
npm run prettier
183
183
npm run build
184
184
npm run test
185
- npm publish dist
185
+ npm run publish-to-npm
186
186
npm dist-tag add angular-cli-ghpages@0.6.0-rc.0 next
187
187
```
188
188
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-cli-ghpages" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " Deploy your Angular app to GitHub pages directly from the Angular CLI. (ng deploy)" ,
5
5
"main" : " index.js" ,
6
6
"bin" : {
12
12
"build" : " tsc -p tsconfig.build.json" ,
13
13
"postbuild" : " copyfiles builders.json collection.json ng-add-schema.json package.json angular-cli-ghpages deploy/schema.json dist && copyfiles ../README.md dist/README.md" ,
14
14
"test" : " jest" ,
15
- "prettier" : " prettier --write ."
15
+ "prettier" : " prettier --write ." ,
16
+ "publish-to-npm" : " npm run build && cd dist && npm publish"
16
17
},
17
18
"schematics" : " ./collection.json" ,
18
19
"builders" : " ./builders.json" ,
You can’t perform that action at this time.
0 commit comments