Skip to content

Commit eb10474

Browse files
farfromrefugactions-user
authored andcommitted
chore: update common files
1 parent 9412312 commit eb10474

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"tsc": "cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d",
4545
"update": "node ./tools/update.js",
4646
"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'"
4949
},
5050
"commitlint": {
5151
"extends": [
@@ -76,7 +76,8 @@
7676
"engines": {
7777
"npm": "please use yarn or pnpm",
7878
"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"
8081
},
8182
"workspaces": [
8283
"packages/*",

0 commit comments

Comments
 (0)