mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
meta: fix yarn build:clean
The command was mistakenly removing files inside `node_modules` folder
This commit is contained in:
parent
c56d412057
commit
a47090c2c6
2 changed files with 2 additions and 2 deletions
2
packages/@uppy/companion/.gitignore
vendored
2
packages/@uppy/companion/.gitignore
vendored
|
|
@ -34,6 +34,6 @@ test/output/*
|
|||
.DS_Store
|
||||
|
||||
# Transpiled
|
||||
lib/
|
||||
./lib/
|
||||
infra/kube/companion/uppy-env.yaml
|
||||
scripts/.tl-deploy-hosts-danger.txt
|
||||
|
|
|
|||
2
packages/@uppy/vue/.gitignore
vendored
2
packages/@uppy/vue/.gitignore
vendored
|
|
@ -21,5 +21,5 @@ pnpm-debug.log*
|
|||
*.sln
|
||||
*.sw?
|
||||
|
||||
lib
|
||||
./lib
|
||||
*.vue.js
|
||||
Loading…
Add table
Add a link
Reference in a new issue