|
21 | 21 | "demo.ng.android": "cd ./demo-ng && ns run android --no-hmr",
|
22 | 22 | "demo.ng.clean": "cd ./demo-ng && ns clean",
|
23 | 23 | "demo.ng.ios": "cd ./demo-ng && ns run ios --no-hmr",
|
24 |
| - "demo.react.android": "cd ./demo-react && ns run android --no-hmr", |
25 |
| - "demo.react.clean": "cd ./demo-react && ns clean", |
26 |
| - "demo.react.ios": "cd ./demo-react && ns run ios --no-hmr", |
27 |
| - "demo.svelte.android": "cd ./demo-svelte && ns run android --no-hmr", |
28 |
| - "demo.svelte.clean": "cd ./demo-svelte && ns clean", |
29 |
| - "demo.svelte.ios": "cd ./demo-svelte && ns run ios --no-hmr", |
30 |
| - "demo.vue.android": "cd ./demo-vue && ns run android --no-hmr", |
31 |
| - "demo.vue.clean": "cd ./demo-vue && ns clean", |
32 |
| - "demo.vue.ios": "cd ./demo-vue && ns run ios --no-hmr", |
33 | 24 | "postinstall": "npm run setup",
|
34 | 25 | "prepare": "npm run setup",
|
35 | 26 | "publish": "npm run setup && npm run build.all && lerna publish --create-release=github --force-publish",
|
|
59 | 50 | "clean": "Clean the local environment.",
|
60 | 51 | "demo.ng.android": "Runs the Angular demo on Android.",
|
61 | 52 | "demo.ng.ios": "Runs the Angular demo on iOS.",
|
62 |
| - "demo.react.android": "Runs the React demo on Android.", |
63 |
| - "demo.react.ios": "Runs the React demo on iOS.", |
64 |
| - "demo.svelte.android": "Runs the Svelte demo on Android.", |
65 |
| - "demo.svelte.ios": "Runs the Svelte demo on iOS.", |
66 |
| - "demo.vue.android": "Runs the Vue demo on Android.", |
67 |
| - "demo.vue.ios": "Runs the Vue demo on iOS.", |
68 | 53 | "watch": "Watch for changes in the plugin source and re-build."
|
69 | 54 | }
|
70 | 55 | }
|
|
0 commit comments