Skip to content

Commit 86ab853

Browse files
committed
run local version of standard
1 parent eb4cced commit 86ab853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"scripts": {
2828
"format": "standard --fix",
29-
"test": "standard && jest",
29+
"test": "./node_modules/standard/bin/cmd.js && jest",
3030
"start": "react-native start",
3131
"test:watch": "npm run test -- --watch",
3232
"test-chrome": "node-debug --preload false --nodejs --harmony jest --runInBand",

0 commit comments

Comments
 (0)