|
40 | 40 | },
|
41 | 41 | "scripts": {
|
42 | 42 | "build.plugin": "cd ../src && npm run build",
|
43 |
| - "ci.tslint": |
44 |
| - "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**'", |
| 43 | + "ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**'", |
45 | 44 | "ns-bundle": "ns-bundle",
|
46 | 45 | "publish-ios-bundle": "npm run ns-bundle --ios --publish-app",
|
47 |
| - "generate-android-snapshot": |
48 |
| - "generate-android-snapshot --targetArchs arm,arm64,ia32 --install", |
49 |
| - "start-android-bundle": |
50 |
| - "npm run ns-bundle --android --run-app --uglify --snapshot", |
51 |
| - "start-ios-bundle": "npm run ns-bundle --ios --run-app --uglify", |
52 |
| - "build-android-bundle": |
53 |
| - "npm run ns-bundle --android --build-app --uglify --snapshot", |
54 |
| - "build-ios-bundle": "npm run ns-bundle --ios --build-app --uglify" |
| 46 | + "generate-android-snapshot": "generate-android-snapshot --targetArchs arm,arm64,ia32 --install", |
| 47 | + "start-android-bundle": "npm run ns-bundle --android --run-app", |
| 48 | + "start-ios-bundle": "npm run ns-bundle --ios --run-app", |
| 49 | + "build-android-bundle": "npm run ns-bundle --android --build-app", |
| 50 | + "build-ios-bundle": "npm run ns-bundle --ios --build-app" |
55 | 51 | }
|
56 | 52 | }
|
0 commit comments