|
@@ -90,7 +90,7 @@
|
|
"lint": "eslint . --cache",
|
|
"lint": "eslint . --cache",
|
|
"lint-staged": "lint-staged",
|
|
"lint-staged": "lint-staged",
|
|
"release": "./bin/release",
|
|
"release": "./bin/release",
|
|
- "start:service-dog": "sh ./bin/service-dog",
|
|
|
|
|
|
+ "start:companion": "sh ./bin/companion",
|
|
"start": "npm-run-all --parallel watch start:server web:preview",
|
|
"start": "npm-run-all --parallel watch start:server web:preview",
|
|
"test:registry": "verdaccio --listen 4002 --config test/endtoend/verdaccio.yaml",
|
|
"test:registry": "verdaccio --listen 4002 --config test/endtoend/verdaccio.yaml",
|
|
"test:build": "./bin/endtoend-build",
|
|
"test:build": "./bin/endtoend-build",
|
|
@@ -101,7 +101,7 @@
|
|
"test:unit": "jest --testPathPattern=./src --coverage",
|
|
"test:unit": "jest --testPathPattern=./src --coverage",
|
|
"test:type": "tsc -p .",
|
|
"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",
|
|
- "test:service-dog": "cd ./packages/@uppy/service-dog && npm run test",
|
|
|
|
|
|
+ "test:companion": "cd ./packages/@uppy/companion && npm run test",
|
|
"test:watch": "jest --watch --testPathPattern=src",
|
|
"test:watch": "jest --watch --testPathPattern=src",
|
|
"travis:deletecache": "travis cache --delete",
|
|
"travis:deletecache": "travis cache --delete",
|
|
"watch:css": "onchange 'packages/**/*.scss' --initial --verbose -- npm run build:css",
|
|
"watch:css": "onchange 'packages/**/*.scss' --initial --verbose -- npm run build:css",
|