|
15 | 15 | "build.watch": "lerna run build.watch --parallel", |
16 | 16 | "build.all": "lerna run build.all", |
17 | 17 | "build.angular": "lerna run build.angular", |
18 | | - "clean": "rimraf 'packages/**/*.d.ts' 'packages/**/*.js' 'packages/**/*.js.map' 'packages/**/*.metada 'packages/**/angular/ng-package.json'", |
| 18 | + "clean": "rimraf 'packages/**/*.d.ts' 'packages/**/*.js' 'packages/**/*.js.map' 'packages/**/*.metada' 'packages/**/angular/ng-package.json'", |
19 | 19 | "commitmsg": "commitlint -e $GIT_PARAMS", |
20 | | - "demo.ng.android": "cd ./demo-ng && ns run android --no-hmr", |
| 20 | + "demo.ng.android": "cd ./demo-ng && ns run android --no-hmr --env.watchNodeModules", |
21 | 21 | "demo.ng.clean": "cd ./demo-ng && ns clean", |
22 | | - "demo.ng.ios": "cd ./demo-ng && ns run ios --no-hmr", |
| 22 | + "demo.ng.ios": "cd ./demo-ng && ns run ios --no-hmr --env.watchNodeModules", |
23 | 23 | "postinstall": "npm run setup", |
24 | | - "publish": "npm run clean && npm run build.all && lerna publish --create-release=github --force-publish", |
| 24 | + "publish": "npm run clean && npm run build.all && npm run readme && lerna publish --no-private --create-release=github --force-publish", |
25 | 25 | "readme": "node ./tools/readme.js", |
26 | 26 | "setup": "npm run submodules && ts-patch install", |
27 | 27 | "start": "./node_modules/.bin/ntl -A -s 15 -o", |
|
31 | 31 | "tsc": "cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d", |
32 | 32 | "update": "node ./tools/update.js", |
33 | 33 | "doc": "node tools/builddoc.mjs && git add docs/* && git commit -m \"chore:doc\"", |
34 | | - "fullclean": "npm run clean && rimraf 'packages/**/node_modules' 'package-lock.json' 'pnpm-lock.yaml' 'node_modules'" |
| 34 | + "fullclean": "npm run clean && rimraf 'packages/**/node_modules' 'demo-*/hooks' 'package-lock.json' 'pnpm-lock.yaml' 'node_modules'" |
35 | 35 | }, |
36 | 36 | "commitlint": { |
37 | 37 | "extends": [ |
|
59 | 59 | "@nativescript-community/observable": "^2.0.10" |
60 | 60 | }, |
61 | 61 | "workspaces": [ |
62 | | - "packages/*" |
| 62 | + "packages/*", |
| 63 | + "demo-vue", |
| 64 | + "demo-ng", |
| 65 | + "demo-svelte", |
| 66 | + "demo-react", |
| 67 | + "demo-snippets" |
63 | 68 | ], |
64 | 69 | "engines": { |
65 | 70 | "npm": "please use yarn or pnpm", |
66 | | - "yarn": ">= 1.19.1", |
67 | | - "pnpm": ">= 7.0.0" |
| 71 | + "yarn": ">=1.19.1", |
| 72 | + "pnpm": ">=7.0.0" |
68 | 73 | } |
69 | 74 | } |
0 commit comments