|
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 | "publish": "npm run setup && npm run build.all && lerna publish --create-release=github --force-publish", |
35 | 26 | "readme": "node ./tools/readme.js", |
|
57 | 48 | "clean": "Clean the local environment.", |
58 | 49 | "demo.ng.android": "Runs the Angular demo on Android.", |
59 | 50 | "demo.ng.ios": "Runs the Angular demo on iOS.", |
60 | | - "demo.react.android": "Runs the React demo on Android.", |
61 | | - "demo.react.ios": "Runs the React demo on iOS.", |
62 | | - "demo.svelte.android": "Runs the Svelte demo on Android.", |
63 | | - "demo.svelte.ios": "Runs the Svelte demo on iOS.", |
64 | | - "demo.vue.android": "Runs the Vue demo on Android.", |
65 | | - "demo.vue.ios": "Runs the Vue demo on iOS.", |
66 | 51 | "watch": "Watch for changes in the plugin source and re-build." |
67 | 52 | } |
68 | 53 | }, |
|
0 commit comments