Add docs boilerplate
This commit is contained in:
3
package.json
Normal file → Executable file
3
package.json
Normal file → Executable file
@@ -5,7 +5,8 @@
|
||||
"private": false,
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build-docs": "cd docs-src && npm i && npm run build && rm -rf ../docs && mkdir -p docs && mv ./src/.vuepress/dist/ ../docs"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user