|
@@ -216,13 +216,13 @@
|
|
|
"lint:markdown": "remark -f -q . -i .gitignore",
|
|
|
"lint:staged": "lint-staged",
|
|
|
"lint": "eslint . --cache",
|
|
|
- "release": "./bin/release",
|
|
|
+ "release": "bash ./bin/release",
|
|
|
"size": "echo 'JS Bundle mingz:' && cat ./packages/uppy/dist/uppy.min.js | gzip | wc -c && echo 'CSS Bundle mingz:' && cat ./packages/uppy/dist/uppy.min.css | gzip | wc -c",
|
|
|
- "start:companion": "./bin/companion",
|
|
|
+ "start:companion": "bash ./bin/companion",
|
|
|
"start": "npm-run-all --parallel watch start:companion web:start",
|
|
|
"test:companion": "cd ./packages/@uppy/companion && npm run test",
|
|
|
- "test:endtoend:build-ci": "./bin/endtoend-build-ci",
|
|
|
- "test:endtoend:build": "./bin/endtoend-build",
|
|
|
+ "test:endtoend:build-ci": "bash ./bin/endtoend-build-ci",
|
|
|
+ "test:endtoend:build": "bash ./bin/endtoend-build",
|
|
|
"test:endtoend:local": "npm run test:endtoend:build && wdio test/endtoend/wdio.local.conf.js",
|
|
|
"test:endtoend:providers": "npm run test:endtoend:build && . ./test/endtoend/providers/env.sh && wdio test/endtoend/wdio.local.conf.js --spec test/endtoend/providers/provider.*.test.js",
|
|
|
"test:endtoend:prepare-ci": "npm-run-all --parallel --race test:endtoend:registry test:endtoend:build-ci",
|
|
@@ -244,7 +244,7 @@
|
|
|
"web:build": "npm-run-all web:inject-bundles-misc web:generate web:build-examples web:inject-frontpagecodesample",
|
|
|
"web:bundle-watch-inject": "onchange 'packages/uppy/dist/**/*.css' 'packages/uppy/dist/**/*.js' --initial --verbose -- npm run web:inject-bundles-misc",
|
|
|
"web:clean": "cd website && touch db.json && ./node_modules/.bin/hexo clean",
|
|
|
- "web:deploy": "npm-run-all build web:clean web:inject-disc web:build && ./bin/web-deploy",
|
|
|
+ "web:deploy": "npm-run-all build web:clean web:inject-disc web:build && bash ./bin/web-deploy",
|
|
|
"web:generate": "cd website && touch db.json && ./node_modules/.bin/hexo generate",
|
|
|
"web:inject-bundles-misc": "cd website && node inject.js",
|
|
|
"web:inject-disc": "npm run build:lib && node ./bin/disc.js",
|