patched json

This commit is contained in:
Wyatt Johnson
2018-05-02 09:59:10 -06:00
parent ddaa8eb858
commit 26438d0b90
+1 -1
View File
@@ -18,7 +18,7 @@
"lint:js": "eslint bin/cli* .",
"lint": "npm-run-all lint:*",
"plugins:reconcile": "./bin/cli plugins reconcile",
"test": "npm-run-all test:jest test:mocha",
"test": "npm-run-all test:jest test:server:mocha",
"test:jest": "NODE_ENV=test jest --runInBand",
"test:client": "NODE_ENV=test jest --projects client",
"test:server": "npm-run-all test:server:jest test:server:mocha",