Skip to content

Commit

Permalink
make ci:check 17x faster
Browse files Browse the repository at this point in the history
  • Loading branch information
radex committed Mar 24, 2021
1 parent 5275340 commit ca55e3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,5 @@ module.file_ext=.js
# fixes Flow on ARM
sharedmemory.heap_size=4000000000

# fixes Flow on ARM
sharedmemory.heap_size=4000000000

[version]
>=0.140.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"eslint": "eslint ./src -c ./.eslintrc.yml --cache --cache-location ./.cache/.eslintcache",
"tslint": "tslint --project .",
"test": "jest --config=./jest.config.js",
"ci:check": "concurrently 'npm run test' 'npm run eslint' 'npm run flow' --kill-others-on-fail",
"ci:check": "concurrently -n jest,eslint,flow 'npm run test' 'npm run eslint' 'npm run flow' --kill-others-on-fail",
"test:android": "cd native/androidTest; ./gradlew connectedAndroidTest",
"test:ios": "cd native/iosTest; xcodebuild -workspace WatermelonTester.xcworkspace -scheme 'WatermelonTester' -destination 'name=iPhone 8' test",
"test:typescript": "cd examples/typescript; yarn; npm run test",
Expand Down

0 comments on commit ca55e3c

Please sign in to comment.