There was an error while loading. Please reload this page.
1 parent 491ed3b commit c0da303Copy full SHA for c0da303
1 file changed
package.json
@@ -11,7 +11,7 @@
11
"lint": "eslint ./lib",
12
"docs": "documentation build -f html -o docs",
13
"deploy:docs": "buildbranch gh-pages docs",
14
- "postversion": "npm run lint && npm run build && npm publish && npm run docs && git push --all origin && git push --tags origin && npm run deploy:docs"
+ "postversion": "npm run lint && npm test && npm run build && npm publish && npm run docs && git push --all origin && git push --tags origin && npm run deploy:docs"
15
},
16
"bin": {
17
"createrest": "./bin/createrest.js",
@@ -54,6 +54,9 @@
54
"ava": {
55
"require": "babel-register",
56
"concurrency": 4,
57
- "babel": "inherit"
+ "babel": "inherit",
58
+ "files": [
59
+ "lib/*.test.js"
60
+ ]
61
}
62
0 commit comments