mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2026-02-12 15:52:47 +00:00
chore(build): update npm install command for devDependencies
This commit is contained in:
@@ -72,9 +72,9 @@ if [ ! -f "$BUILD_MARKER" ]; then
|
||||
# Clean up unnecessary files
|
||||
rm -rf .github .claude packages .git
|
||||
|
||||
# Install dependencies
|
||||
# Install dependencies (including devDependencies needed for build)
|
||||
echo "▶ Installing dependencies..."
|
||||
npm ci
|
||||
NODE_ENV=development npm ci
|
||||
echo "✓ Dependencies installed"
|
||||
|
||||
# Run docker-setup.js to generate config with branding
|
||||
|
||||
Reference in New Issue
Block a user