mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-27 13:03:12 +03:00
Merge pull request #64 from esteemapp/package-json-scripts
Fixed wrong script codes
This commit is contained in:
commit
77e153611a
@ -3,10 +3,10 @@
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "react-native-scripts start",
|
||||
"eject": "react-native-scripts eject",
|
||||
"android": "react-native-scripts android",
|
||||
"ios": "react-native-scripts ios",
|
||||
"start": "node node_modules/react-native/local-cli/cli.js start",
|
||||
"eject": "node node_modules/react-native/local-cli/cli.js eject",
|
||||
"android": "node node_modules/react-native/local-cli/cli.js run-android",
|
||||
"ios": "node node_modules/react-native/local-cli/cli.js run-ios",
|
||||
"test": "node node_modules/jest/bin/jest.js --watch",
|
||||
"lint": "eslint src/",
|
||||
"lint:fix": "eslint src/ --fix",
|
||||
|
Loading…
Reference in New Issue
Block a user