nicecode-v2/deploy/build.sh
2024-05-30 14:17:33 +08:00

20 lines
221 B
Bash
Executable File

pnpm install --force
pnpm run pkg:build
if [ $? -ne 0 ]; then
exit 1
fi
pnpm run pub
# 打tag失败
pnpm run build:master
mkdir -p ./app/public/
mv ./dist/* ./app/public/
cat ./app/public/index.html | head -n 7