mirror of https://github.com/status-im/metro.git
metro-bundler: fix test command
Reviewed By: cpojer Differential Revision: D5452722 fbshipit-source-id: d0253150555bfbc1cbf5ef0331767855bc37d517
This commit is contained in:
parent
d23a665647
commit
6fd25bb98a
|
@ -46,7 +46,7 @@
|
|||
"publish": "yarn run build-clean && yarn run build && lerna run prepare-release && lerna publish",
|
||||
"postpublish": "lerna run cleanup-release",
|
||||
"test-ci": "yarn run typecheck && yarn run lint && yarn run build && yarn run jest-coverage -- -i && node scripts/mapCoverage.js && codecov",
|
||||
"test": "yarn run typecheck && yarn run lint && yarn run build && yarn run jest && yarn run test-examples",
|
||||
"test": "yarn run typecheck && yarn run lint && yarn run build && yarn run jest",
|
||||
"typecheck": "flow check",
|
||||
"watch": "yarn run build --silent && node ./scripts/watch.js"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue