We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff7f59 commit 133670dCopy full SHA for 133670d
package.json
@@ -36,7 +36,7 @@
36
"build:lib": "npm run lint:lib && npm run compile:lib && npm run package:lib",
37
"build:demo": "npm run lint && npm run compile",
38
"build": "npm run lint && npm run compile && npm run package:lib",
39
- "prepublish": "npm run build:lib"
+ "prepublishOnly": "npm run build:lib"
40
},
41
"dependencies": {
42
"@angular/common": "^4.1.0",
0 commit comments