|
@@ -102,7 +102,7 @@
|
|
|
"test:unit": "jest",
|
|
|
"test:companion": "cd ./packages/@uppy/companion && npm run test",
|
|
|
"test:type": "tsc -p .",
|
|
|
- "test": "npm run lint && npm run test:unit && npm run test:type",
|
|
|
+ "test": "npm run lint && npm run test:unit && npm run test:type && npm run test:companion",
|
|
|
"test:watch": "jest --watch",
|
|
|
"travis:deletecache": "travis cache --delete",
|
|
|
"watch:css": "onchange 'packages/**/*.scss' --initial --verbose -- npm run build:css",
|