also run mocha before publish
This commit is contained in:
parent
960b34f23a
commit
50b31a739a
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha",
|
"test": "mocha",
|
||||||
"prepublish": "gulp compile"
|
"prepublish": "gulp compile && mocha"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.12"
|
"node": ">= 0.12"
|
||||||
|
|
Loading…
Add table
Reference in a new issue