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 f2481ca commit af71a70Copy full SHA for af71a70
deploy.sh
@@ -4,7 +4,7 @@
4
set -e
5
6
# build
7
-npm run docs:build
+npm run build
8
9
# navigate into the build output directory
10
cd docs/.vuepress/dist
package.json
@@ -5,7 +5,9 @@
"start": "vuepress dev docs",
"build": "vuepress build docs"
},
+ "homepage": "https://mojs.github.io/",
"devDependencies": {
"vuepress": "^1.0.0-alpha.47"
- }
11
+ },
12
+ "deploy": "npm run build"
13
}
0 commit comments