Skip to content

Commit 07231af

Browse files
committed
2.0.0-beta.1 - fix broken npm package
1 parent dfc4b18 commit 07231af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-cli-ghpages",
3-
"version": "2.0.0-beta",
3+
"version": "2.0.0-beta.1",
44
"description": "Deploy your Angular app to GitHub Pages or Cloudflare Pages directly from the Angular CLI (ng deploy)",
55
"main": "index.js",
66
"bin": {
@@ -12,6 +12,7 @@
1212
"build": "tsc -p tsconfig.build.json",
1313
"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",
1414
"test": "jest",
15+
"prepublishOnly": "echo \"MAKE SURE TO TYPE 'npm run publish-to-npm' AND NOT 'npm publish'!\"",
1516
"publish-to-npm": "npm run build && cd dist && npm publish"
1617
},
1718
"schematics": "./collection.json",

0 commit comments

Comments
 (0)