We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9561a commit e0dba97Copy full SHA for e0dba97
package.json
@@ -7,7 +7,8 @@
7
"lib": "vue-cli-service build --target lib --name JsonTree --dest lib src/index.js",
8
"publish": "npm run lib && npm publish --registry https://www.npmjs.com/",
9
"docs:dev": "vuepress dev docs",
10
- "docs:build": "vuepress build docs"
+ "docs:build": "vuepress build docs",
11
+ "deploy": "bash deploy.sh"
12
},
13
"repository": {
14
"type": "git",
0 commit comments