Skip to content

Commit 8b6116e

Browse files
committed
ONly execute API test if unit tests passed
1 parent 982b7de commit 8b6116e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Blueprints to turn a Sails.js API into a JSON API",
55
"main": "index.js",
66
"scripts": {
7-
"test": "npm run-script test-jsonapi ; npm run-script test-unit",
7+
"test": "npm run-script test-unit && npm run-script test-jsonapi",
88
"test-jsonapi": "cd tests/dummy ; npm test",
99
"test-unit": "mocha tests/unit/**/*.test.js"
1010
},

0 commit comments

Comments
 (0)