Update appveyor tests

This commit is contained in:
Adam Stankiewicz
2019-12-10 16:15:20 +01:00
parent 07d40e7fbf
commit 66bd9d1fc4

View File

@@ -33,7 +33,12 @@ install:
# Post-install test scripts.
test_script:
- cmd: npm run ci && (cd packages/bower-json && npm install && npm test) && (cd packages/bower-registry-client && npm install && npm test)
- npm run ci
- (cd packages/bower-logger && npm install && npm test)
- (cd packages/bower-config && npm install && npm test)
- (cd packages/bower-endpoint-parser && npm install && npm test)
- (cd packages/bower-json && npm install && npm test)
- (cd packages/bower-registry-client && npm install && npm test)
# Make clone much faster