Skip to content

Commit 3cba88b

Browse files
committed
chore: porject
1 parent b12a9a7 commit 3cba88b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"commitHooks": false,
1717
"private": false,
1818
"ignoreChanges": [
19-
"*.md"
19+
"*.md",
20+
"docs/**"
2021
]
2122
},
2223
"version": {
@@ -29,7 +30,8 @@
2930
"commitHooks": false,
3031
"private": false,
3132
"ignoreChanges": [
32-
"*.md"
33+
"*.md",
34+
"docs/**"
3335
]
3436
},
3537
"bootstrap": {

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"sync.test": "node ./tools/sync.js",
4343
"tsc": "cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d",
4444
"update": "node ./tools/update.js",
45+
"commit_readme_doc_changes": "git add docs *.md ; git commit -m \"readme/doc\"",
4546
"fullclean": "npm run clean && rimraf 'packages/**/node_modules' 'demo-*/hooks' 'demo-*/node_modules' 'package-lock.json' 'pnpm-lock.yaml' 'node_modules'",
4647
"doc": "node tools/builddoc.mjs"
4748
},

tools

0 commit comments

Comments
 (0)