mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
chore: update generate-npmignore.sh
This commit is contained in:
parent
d28b3c7118
commit
7edf3b4080
@ -3,7 +3,10 @@
|
||||
FILES=$(find packages/pro-plugins/@nocobase -name .npmignore)
|
||||
|
||||
if [ "$1" == "ignore-src" ]; then
|
||||
CONTENT="/node_modules"
|
||||
CONTENT="/node_modules
|
||||
/docker
|
||||
/docs
|
||||
"
|
||||
else
|
||||
CONTENT="/node_modules
|
||||
/docker
|
||||
|
Loading…
x
Reference in New Issue
Block a user