mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
parent
b1b142cbcd
commit
620c4f2f1b
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
"private/*"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "turbo run build build:css --filter='./packages/@uppy/*' --filter='./packages/uppy'",
|
||||
"build": "turbo run --no-daemon build build:css --filter='./packages/@uppy/*' --filter='./packages/uppy'",
|
||||
"build:clean": "cp .gitignore .gitignore.bak && printf '!node_modules\n!**/node_modules/**/*\n' >> .gitignore; git clean -Xfd packages e2e .parcel-cache coverage; mv .gitignore.bak .gitignore",
|
||||
"build:watch": "turbo watch build build:css --filter='./packages/@uppy/*'",
|
||||
"migrate:components": "yarn workspace @uppy/components migrate",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue