update
This commit is contained in:
11
scripts/prepare.sh
Executable file
11
scripts/prepare.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
set -Eeuo pipefail
|
||||
|
||||
WORKSPACE_PATH="/workspace"
|
||||
|
||||
cd $WORKSPACE_PATH
|
||||
|
||||
echo "Installing dependencies..."
|
||||
pnpm install --prefer-frozen-lockfile --prefer-offline --loglevel debug --reporter=append-only
|
||||
|
||||
echo "Dependencies install successfully!"
|
||||
Reference in New Issue
Block a user