update
This commit is contained in:
14
scripts/build.sh
Executable file
14
scripts/build.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/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 "Building the project..."
|
||||
pnpm build
|
||||
|
||||
echo "Build completed successfully!"
|
||||
Reference in New Issue
Block a user