mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-16 20:21:22 +08:00
chore: add watch
scripts.
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
"private": false,
|
||||
"scripts": {
|
||||
"build": "node scripts/build.mjs",
|
||||
"start": "node scripts/build.mjs"
|
||||
"start": "node scripts/watch.mjs"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -20,6 +20,7 @@
|
||||
"keywords": [],
|
||||
"devDependencies": {
|
||||
"@wcj/markdown-to-html": "^2.0.15",
|
||||
"chokidar": "^3.5.3",
|
||||
"fs-extra": "^10.1.0",
|
||||
"recursive-readdir-files": "^2.3.0",
|
||||
"rehype-document": "^6.1.0",
|
||||
|
Reference in New Issue
Block a user