|
@@ -12,8 +12,8 @@
|
|
|
"build": "npm run build:lib && npm run build:umd && npm run build:umd:min && npm run build:css",
|
|
|
"clean": "rm -rf lib && rm -rf dist",
|
|
|
"docs": "cd website && node build-documentation.js",
|
|
|
- "lint": "eslint src/**/*.js src/*.js test/*.js test/spec/*.js website/themes/uppy/source/js/common.js website/*.js website/src/examples/*/*.es6",
|
|
|
- "fix": "eslint src/**/*.js src/*.js test/*.js test/spec/*.js website/themes/uppy/source/js/common.js website/*.js website/src/examples/*/*.es6 --fix",
|
|
|
+ "lint": "eslint .",
|
|
|
+ "fix": "eslint . --fix",
|
|
|
"server": "browser-sync start --config .browsersync.js",
|
|
|
"start": "npm run build && npm run web",
|
|
|
"test:phantom": "zuul test/spec/upload.js --phantom",
|