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
Never-ending cache issue :(
  • Loading branch information
zigomir committed Feb 10, 2017
commit 83ecf11b50a67472f6112e3c55d412424413a552
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ install:
- npm install

test_script:
- npm cache clean
- npm test

cache:
# - node_modules
# - NO CACHE

build: off
0