|
10 | 10 | "build:watch": "ROARR_LOG=true turbowatch ./config/turbowatch.config.ts | roarr",
|
11 | 11 | "brl": "yarn g:brl",
|
12 | 12 | "check:install": "yarn dlx @yarnpkg/doctor@4.0.0-rc.10 --configFileName config/.ncurc.yml packages",
|
13 |
| - "deps:check": "yarn dlx npm-check-updates@latest --configFileName config/.ncurc.yml --deep --mergeConfig", |
14 |
| - "deps:update": "deps:check -u", |
| 13 | + "clean:turbo": "rimraf --glob '**/.turbo' '**/turbo-*.log' && turbo daemon clean", |
| 14 | + "deps:check": "npx npm-check-updates@latest --configFileName config/ncurc.yml --workspaces --root --mergeConfig", |
| 15 | + "deps:update": "npx npm-check-updates@latest --configFileName ncurc.yml -u --workspaces --root --mergeConfig", |
15 | 16 | "lint": "yarn g:lint",
|
16 | 17 | "lint:fix": "yarn g:lint:fix",
|
17 | 18 | "prerelease": "yarn g:prerelease",
|
|
21 | 22 | "g:build": "turbo --filter \"./packages/**\" build --no-daemon",
|
22 | 23 | "g:build:watch": "yarn build:watch",
|
23 | 24 | "g:changeset": "changeset",
|
24 |
| - "g:clean": "turbo --filter \"./packages/**\" clean --no-daemon", |
| 25 | + "g:clean": "yarn clean:turbo && turbo --filter \"./packages/**\" clean --no-daemon", |
25 | 26 | "g:lint": "turbo --filter \"./packages/**\" lint --no-daemon",
|
26 | 27 | "g:lint:fix": "turbo lint:fix --no-daemon",
|
27 | 28 | "g:prerelease": "yarn build",
|
|
33 | 34 | "g:test:covwa": "yarn g:test:cov --watchAll",
|
34 | 35 | "g:test:wa": "yarn g:test --watchAll",
|
35 | 36 | "g:typecheck": "turbo typecheck --no-daemon",
|
36 |
| - "nuke:node_modules": "rimraf '**/node_modules'", |
| 37 | + "nuke:node_modules": "rimraf --glob '**/node_modules'", |
37 | 38 | "p:brl": "cd $INIT_CWD && barrelsby -d $INIT_CWD/src -D -l all -q -e '.*(fixture|template|spec|__tests__).*'",
|
38 | 39 | "p:brl:below": "cd $INIT_CWD && barrelsby -d $INIT_CWD/src -D -l below -q -e '.*(fixture|template|spec|__tests__).*'",
|
39 | 40 | "p:build": "cd $INIT_CWD && yarn p:tsup",
|
|
105 | 106 | "zustand": "^4.4.7"
|
106 | 107 | },
|
107 | 108 | "engines": {
|
108 |
| - "node": "^14.13.1 || >=16.0.0", |
109 |
| - "npm": "please-use-yarn", |
110 |
| - "yarn": ">=1.22.0" |
| 109 | + "node": ">=18.12.0", |
| 110 | + "yarn": ">=1.22.0", |
| 111 | + "npm": "please-use-yarn" |
111 | 112 | }
|
112 | 113 | }
|
0 commit comments