Skip to content

Commit 9274dc6

Browse files
author
Guillaume Chau
committed
test: fix appveyor
1 parent 939975a commit 9274dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test_script:
1010
- node --version
1111
- yarn --version
1212
- yarn test
13-
- yarn clean && cd packages/@vue/cli-ui && yarn test
13+
- cd "packages/@vue/cli-ui" && yarn test
1414

1515
cache:
1616
- node_modules -> yarn.lock

0 commit comments

Comments
 (0)