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 c980be3 commit 6fdcde4Copy full SHA for 6fdcde4
.appveyor.yml
@@ -55,7 +55,7 @@ install:
55
- git config --global user.email "%GIT_EMAIL%"
56
- git config --global user.name "%GIT_EMAIL%"
57
- yarn install
58
- - yarn docs:deploy:windows:ci
+ - yarn docs:deploy:windows
59
60
- IF NOT EXIST composer.phar (appveyor DownloadFile https://github.com/composer/composer/releases/download/1.9.0/composer.phar)
61
- php composer.phar self-update
package.json
@@ -8,7 +8,7 @@
8
},
9
10
"devDependencies": {
11
- "vuepress": "^1.0.3"
+ "vuepress": "1.0.3"
12
13
14
"resolutions": {
0 commit comments