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 680ad3c commit 67a6395Copy full SHA for 67a6395
package.json
@@ -14,7 +14,8 @@
14
"copy": "cpy LICENSE package.json README.md release",
15
"postbuild": "npm run clean:post && npm run copy",
16
"clean:pre": "rimraf release",
17
- "clean:post": "rimraf index.ngsummary.json"
+ "clean:post": "rimraf index.ngsummary.json",
18
+ "postversion": "npm run build"
19
},
20
"repository": {
21
"type": "git",
0 commit comments