mirror of
https://github.com/yjs/yjs.git
synced 2025-12-28 16:06:36 +01:00
jsdoc fixes
This commit is contained in:
@@ -10,13 +10,14 @@
|
||||
"watch": "rollup -wc",
|
||||
"debug": "concurrently 'rollup -wc' 'cutest-serve build/y.test.js -o'",
|
||||
"lint": "standard **/*.js",
|
||||
"docs": "ls -al && rm -rf docs; ! jsdoc --configure ./.jsdoc.json --verbose --readme ./README.md --package ./package.json",
|
||||
"docs": "rm -rf docs; ! jsdoc --configure ./.jsdoc.json --verbose --readme ./README.md --package ./package.json",
|
||||
"serve-docs": "npm run docs && serve ./docs/",
|
||||
"postversion": "npm run build"
|
||||
},
|
||||
"files": [
|
||||
"src/*",
|
||||
".esdoc.json",
|
||||
".jsdoc.json",
|
||||
"docs/*",
|
||||
"build/*",
|
||||
"lib/*",
|
||||
|
||||
Reference in New Issue
Block a user