|
19 | 19 | "build.all.win": "lerna run build.all.win", |
20 | 20 | "build.angular": "lerna run build.angular", |
21 | 21 | "clean": "rimraf 'packages/**/*.d.ts' 'packages/**/*.js' 'packages/**/*.js.map' 'packages/**/*.metada 'packages/**/angular/ng-package.json'", |
22 | | - "fullclean": "npm run clean && rimraf 'packages/**/node_modules' 'package-lock.json' 'pnpm-lock.yaml' 'node_modules'", |
| 22 | + "fullclean": "npm run clean && rimraf 'packages/**/node_modules' 'demo-*/hooks' 'package-lock.json' 'pnpm-lock.yaml' 'node_modules'", |
23 | 23 | "commitmsg": "commitlint -e $GIT_PARAMS", |
24 | | - "demo.ng.android": "cd ./demo-ng && ns run android --no-hmr", |
| 24 | + "demo.ng.android": "cd ./demo-ng && ns run android --no-hmr --env.watchNodeModules", |
25 | 25 | "demo.ng.clean": "cd ./demo-ng && ns clean", |
26 | | - "demo.ng.ios": "cd ./demo-ng && ns run ios --no-hmr", |
27 | | - "demo.react.android": "cd ./demo-react && ns run android --no-hmr", |
| 26 | + "demo.ng.ios": "cd ./demo-ng && ns run ios --no-hmr --env.watchNodeModules", |
| 27 | + "demo.react.android": "cd ./demo-react && ns run android --no-hmr --env.watchNodeModules", |
28 | 28 | "demo.react.clean": "cd ./demo-react && ns clean", |
29 | | - "demo.react.ios": "cd ./demo-react && ns run ios --no-hmr", |
30 | | - "demo.svelte.android": "cd ./demo-svelte && ns run android --no-hmr", |
| 29 | + "demo.react.ios": "cd ./demo-react && ns run ios --no-hmr --env.watchNodeModules", |
| 30 | + "demo.svelte.android": "cd ./demo-svelte && ns run android --no-hmr --env.watchNodeModules", |
31 | 31 | "demo.svelte.clean": "cd ./demo-svelte && ns clean", |
32 | | - "demo.svelte.ios": "cd ./demo-svelte && ns run ios --no-hmr", |
33 | | - "demo.vue.android": "cd ./demo-vue && ns run android --no-hmr", |
| 32 | + "demo.svelte.ios": "cd ./demo-svelte && ns run ios --no-hmr --env.watchNodeModules", |
| 33 | + "demo.vue.android": "cd ./demo-vue && ns run android --no-hmr --env.watchNodeModules", |
34 | 34 | "demo.vue.clean": "cd ./demo-vue && ns clean", |
35 | | - "demo.vue.ios": "cd ./demo-vue && ns run ios --no-hmr", |
| 35 | + "demo.vue.ios": "cd ./demo-vue && ns run ios --no-hmr --env.watchNodeModules", |
36 | 36 | "postinstall": "npm run setup", |
37 | | - "publish": "npm run clean && npm run build.all && lerna publish --create-release=github --force-publish", |
| 37 | + "publish": "npm run clean && npm run build.all && npm run readme && lerna publish --create-release=github --force-publish", |
38 | 38 | "readme": "node ./tools/readme.js", |
39 | 39 | "setup": "npm run submodules && ts-patch install", |
40 | 40 | "start": "./node_modules/.bin/ntl -A -s 15 -o", |
|
83 | 83 | } |
84 | 84 | }, |
85 | 85 | "workspaces": [ |
86 | | - "packages/*" |
| 86 | + "packages/*", |
| 87 | + "demo-vue", |
| 88 | + "demo-ng", |
| 89 | + "demo-svelte", |
| 90 | + "demo-react", |
| 91 | + "demo-snippets" |
87 | 92 | ], |
88 | 93 | "engines": { |
89 | 94 | "npm": "please use yarn or pnpm", |
90 | | - "yarn": ">= 1.19.1", |
91 | | - "pnpm": ">= 7.0.0" |
| 95 | + "yarn": ">=1.19.1", |
| 96 | + "pnpm": ">=7.0.0" |
92 | 97 | } |
93 | 98 | } |
0 commit comments