Commit 88ab8dc3 authored by Qiu Xiang's avatar Qiu Xiang

修正 init script

parent 374a4053
{
"private": true,
"scripts": {
"init": "rm -r node_modules/react-native-amap3d; cp -r ../{components,package.json} node_modules/react-native-amap3d",
"init": "rm -r node_modules/react-native-amap3d; mkdir node_modules/react-native-amap3d; cp -r ../{components,package.json} node_modules/react-native-amap3d",
"start": "node node_modules/react-native/local-cli/cli.js start",
"android": "node node_modules/react-native/local-cli/cli.js run-android",
"ios": "node node_modules/react-native/local-cli/cli.js run-ios --device"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment