mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Update appveyor tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user