UNPKG

react-native-template-mario

Version:
11 lines (10 loc) 330 B
{ "benchmark": "node ./benchmark/index.js", "start-no-cache": "yarn start --reset-cache", "build": "tsc", "rebuild": "rm -rf build && tsc", "clear": "rm -rf build", "watch": "tsc --watch", "connect": "adb reverse tcp:8081 tcp:8081 && adb shell;exit 0", "format": "prettier --write --config .prettierrc src/**/*" }