File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 44
44
"tsc" : " cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d" ,
45
45
"update" : " node ./tools/update.js" ,
46
46
"watch" : " npm run tsc -- -w" ,
47
- "doc" : " node tools/builddoc.mjs && git add docs/* && git commit -m \" chore:doc \" " ,
48
- "fullclean" : " npm run clean && rimraf 'packages/**/node_modules' 'demo-*/hooks' 'package-lock.json' 'pnpm-lock.yaml' 'node_modules'"
47
+ "doc" : " node tools/builddoc.mjs" ,
48
+ "fullclean" : " npm run clean && rimraf 'packages/**/node_modules' 'demo-*/hooks' 'demo-*/node_modules' ' package-lock.json' 'pnpm-lock.yaml' 'node_modules'"
49
49
},
50
50
"commitlint" : {
51
51
"extends" : [
76
76
"engines" : {
77
77
"npm" : " please use yarn or pnpm" ,
78
78
"yarn" : " >=1.19.1" ,
79
- "pnpm" : " >=7.0.0"
79
+ "pnpm" : " >=7.0.0" ,
80
+ "node" : " ^14.20.0 || ^16.13.0 || >=18.10.0"
80
81
},
81
82
"workspaces" : [
82
83
" packages/*" ,
You can’t perform that action at this time.
0 commit comments