mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-02-14 02:53:48 -06:00
19 lines
280 B
YAML
19 lines
280 B
YAML
environment:
|
|
nodejs_version: "8"
|
|
|
|
install:
|
|
- ps: Install-Product node $env:nodejs_version
|
|
- yarn
|
|
|
|
test_script:
|
|
- git --version
|
|
- node --version
|
|
- yarn --version
|
|
- yarn test
|
|
- cd "packages/@vue/cli-ui" && yarn test
|
|
|
|
cache:
|
|
- node_modules -> yarn.lock
|
|
|
|
build: off
|