Skip to content

Commit 67a6395

Browse files
committed
build after version
1 parent 680ad3c commit 67a6395

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"copy": "cpy LICENSE package.json README.md release",
1515
"postbuild": "npm run clean:post && npm run copy",
1616
"clean:pre": "rimraf release",
17-
"clean:post": "rimraf index.ngsummary.json"
17+
"clean:post": "rimraf index.ngsummary.json",
18+
"postversion": "npm run build"
1819
},
1920
"repository": {
2021
"type": "git",

0 commit comments

Comments
 (0)