File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 38
38
"sync.test" : " node ./tools/sync.js" ,
39
39
"tsc" : " cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d" ,
40
40
"update" : " node ./tools/update.js" ,
41
- "doc" : " node tools/builddoc.mjs && git add docs/* && git commit -m \" chore:doc \" " ,
42
- "fullclean" : " npm run clean && rimraf 'packages/**/node_modules' 'demo-*/hooks' 'package-lock.json' 'pnpm-lock.yaml' 'node_modules'"
41
+ "doc" : " node tools/builddoc.mjs" ,
42
+ "fullclean" : " npm run clean && rimraf 'packages/**/node_modules' 'demo-*/hooks' 'demo-*/node_modules' ' package-lock.json' 'pnpm-lock.yaml' 'node_modules'"
43
43
},
44
44
"commitlint" : {
45
45
"extends" : [
70
70
"engines" : {
71
71
"npm" : " please use yarn or pnpm" ,
72
72
"yarn" : " >=1.19.1" ,
73
- "pnpm" : " >=7.0.0"
73
+ "pnpm" : " >=7.0.0" ,
74
+ "node" : " ^14.20.0 || ^16.13.0 || >=18.10.0"
74
75
},
75
76
"workspaces" : [
76
77
" packages/*" ,
You can’t perform that action at this time.
0 commit comments