We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177364c commit a3ebfffCopy full SHA for a3ebfff
scripts/dev.sh
@@ -74,7 +74,7 @@ if [ ! -d "$PACKAGES_DIR" ]; then
74
fi
75
76
# List of working folders to watch (relative to $PACKAGES_DIR)
77
-WORKING_FOLDERS=("client-direct" "plugin-nft-collections") # Core is handled separately
+WORKING_FOLDERS=("client-direct") # Core is handled separately
78
79
# Initialize an array to hold package-specific commands
80
COMMANDS=()
0 commit comments