8000 Extract local path logic and add tests. by zigomir · Pull Request #341 · vuejs/vue-cli · GitHub
[go: up one dir, main page]

Skip to content

Extract local path logic and add tests. #341

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Feb 11, 2017
Merged
Prev Previous commit
Next Next commit
appveyor I have no more ideas :(
  • Loading branch information
zigomir committed Feb 10, 2017
commit 97f3ce44e41526cb3b8fe13795aca87fe06978a4
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ environment:
nodejs_version: "5"

install:
- npm install
- npm cache clean
- npm install --force

test_script:
- npm test
Expand Down
0