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
It actually fails on node 4.
  • Loading branch information
zigomir committed Feb 10, 2017
commit 00b5fd4885b2c3c5fb71c44aed24589ddd1e5a1f
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ matrix:
- nodejs_version: "5" # uses some bad npm version

install:
- ps: Install-Product node $env:nodejs_version
- npm install

test_script:
Expand Down
0