|
@@ -137,8 +137,8 @@
|
|
|
"build:lib": "babel --version && node ./bin/build-lib.js",
|
|
|
"build": "npm-run-all --parallel build:js build:css --serial build:gzip size",
|
|
|
"clean": "rm -rf lib && rm -rf dist",
|
|
|
- "lint:fix": "eslint src test website/scripts website/build-examples.js website/update.js website/themes/uppy/source/js/common.js --fix",
|
|
|
- "lint": "eslint src test website/scripts website/build-examples.js website/update.js website/themes/uppy/source/js/common.js",
|
|
|
+ "lint:fix": "npm run lint -- --fix",
|
|
|
+ "lint": "eslint packages/*/src packages/@uppy/*/src test website/scripts website/build-examples.js website/update.js website/themes/uppy/source/js/common.js",
|
|
|
"lint-staged": "lint-staged",
|
|
|
"release:major": "env SEMANTIC=major npm run release",
|
|
|
"release:minor": "env SEMANTIC=minor npm run release",
|