Skip to content

Commit fbdeb31

Browse files
committed
Update prepublish
1 parent 4e1c4c3 commit fbdeb31

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"mkdirp": "^0.5.1",
4040
"mocha": "^3.1.2",
4141
"os-tmpdir": "^1.0.1",
42+
"pkg-ok": "^1.0.1",
4243
"rimraf": "^2.5.2",
4344
"server-ready": "^0.3.1",
4445
"standard": "^8.3.0",
@@ -53,7 +54,7 @@
5354
"prepush": "npm t",
5455
"build": "babel src -d lib --copy-files",
5556
"toc": "markdown-toc -i README.md",
56-
"prepublish": "npm run build"
57+
"prepublish": "npm run build && pkg-ok"
5758
},
5859
"repository": {
5960
"type": "git",

0 commit comments

Comments
 (0)