We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc4b18 commit 07231afCopy full SHA for 07231af
src/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "angular-cli-ghpages",
3
- "version": "2.0.0-beta",
+ "version": "2.0.0-beta.1",
4
"description": "Deploy your Angular app to GitHub Pages or Cloudflare Pages directly from the Angular CLI (ng deploy)",
5
"main": "index.js",
6
"bin": {
@@ -12,6 +12,7 @@
12
"build": "tsc -p tsconfig.build.json",
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
"test": "jest",
15
+ "prepublishOnly": "echo \"MAKE SURE TO TYPE 'npm run publish-to-npm' AND NOT 'npm publish'!\"",
16
"publish-to-npm": "npm run build && cd dist && npm publish"
17
},
18
"schematics": "./collection.json",
0 commit comments