Skip to content

Commit f11e020

Browse files
farfromrefugactions-user
authored andcommitted
chore: update common files
1 parent 7bbe008 commit f11e020

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"sync.test": "node ./tools/sync.js",
3939
"tsc": "cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d",
4040
"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'"
4343
},
4444
"commitlint": {
4545
"extends": [
@@ -70,7 +70,8 @@
7070
"engines": {
7171
"npm": "please use yarn or pnpm",
7272
"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"
7475
},
7576
"workspaces": [
7677
"packages/*",

0 commit comments

Comments
 (0)