-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: speedup tests (remove
installYproxCli()
) (#254)
Require peerDependencies as devDependencies too, use `installYproxCli()` only when we test if ESLint/Stylelint/vue-template-compiler is installed by the end-user. Also move vuepress from root to `docs` folder: - it requires a lot of dependencies - some of those dependencies can conflicts with other dependencies Before: ![selection_297](https://user-images.githubusercontent.com/2103975/53794959-3cf2c000-3f31-11e9-9117-f6f6112ca43e.png) After: ![selection_298](https://user-images.githubusercontent.com/2103975/53794966-3f551a00-3f31-11e9-9568-eb807a817e25.png) :tada:
- Loading branch information
Showing
8 changed files
with
8,793 additions
and
3,730 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"private": true, | ||
"scripts": { | ||
"docs:dev": "vuepress dev .", | ||
"docs:build": "vuepress build ." | ||
}, | ||
"devDependencies": { | ||
"vuepress": "^0.14.10" | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.