|
38 | 38 | "webpack-bundle-analyzer": "^2.8.2", |
39 | 39 | "webpack-sources": "~1.0.1" |
40 | 40 | }, |
41 | | - "build.plugin": "cd ../src && npm run build", |
42 | | - "ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**'", |
43 | | - "ns-bundle": "ns-bundle", |
44 | | - "publish-ios-bundle": "npm run ns-bundle --ios --publish-app", |
45 | | - "generate-android-snapshot": "generate-android-snapshot --targetArchs arm,arm64,ia32 --install", |
46 | | - "start-android-bundle": "npm run ns-bundle --android --run-app --uglify --snapshot", |
47 | | - "start-ios-bundle": "npm run ns-bundle --ios --run-app --uglify", |
48 | | - "build-android-bundle": "npm run ns-bundle --android --build-app --uglify --snapshot", |
49 | | - "build-ios-bundle": "npm run ns-bundle --ios --build-app --uglify", |
50 | 41 | "scripts": { |
| 42 | + "build.plugin": "cd ../src && npm run build", |
| 43 | + "ci.tslint": |
| 44 | + "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**'", |
51 | 45 | "ns-bundle": "ns-bundle", |
52 | 46 | "publish-ios-bundle": "npm run ns-bundle --ios --publish-app", |
53 | | - "generate-android-snapshot": "generate-android-snapshot --targetArchs arm,arm64,ia32 --install", |
54 | | - "start-android-bundle": "npm run ns-bundle --android --run-app", |
55 | | - "start-ios-bundle": "npm run ns-bundle --ios --run-app", |
56 | | - "build-android-bundle": "npm run ns-bundle --android --build-app", |
57 | | - "build-ios-bundle": "npm run ns-bundle --ios --build-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" |
58 | 55 | } |
59 | 56 | } |
0 commit comments