mirror of
https://github.com/nocobase/nocobase
synced 2024-11-14 16:43:01 +00: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…
Reference in New Issue
Block a user