|
@@ -29,7 +29,7 @@
|
29
|
29
|
"test-js": "eslint src integration scripts playground/src playground/e2e playground/scripts && BABEL_ENV=test jest --coverage",
|
30
|
30
|
"test-android": "node ./scripts/test.android.js",
|
31
|
31
|
"test-ios": "node ./scripts/test.ios.js",
|
32
|
|
- "test": "npm run lint && npm run test-js && npm run test-android && npm run test-ios",
|
|
32
|
+ "test": "yarn run test-js && yarn run test-android && yarn run test-ios",
|
33
|
33
|
"test-watch": "BABEL_ENV=test jest --coverage --watch",
|
34
|
34
|
"release": "node ./scripts/release.js"
|
35
|
35
|
},
|