mirror of
https://github.com/status-im/metro.git
synced 2025-02-09 17:54:31 +00:00
Revert "fix the test command"
This reverts commit 8c716f0029cf99aa2e2a12671a9c8fcf7afb2a39.
This commit is contained in:
parent
84e0fe4606
commit
d23a665647
@ -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",
|
||||
"test": "yarn run typecheck && yarn run lint && yarn run build && yarn run jest && yarn run test-examples",
|
||||
"typecheck": "flow check",
|
||||
"watch": "yarn run build --silent && node ./scripts/watch.js"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user