Skip to content

Commit

Permalink
chore: 测试yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdmu-gaoqi committed Jan 12, 2024
1 parent cfbb75f commit cc21764
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#!/bin/sh
set -e
ENV = $1
ENV=$1

__build() {
echo "安装依赖"
yarn
echo "开始打包"
yarn build:$ENV
echo "打包完成"
}

__main() {
__build
}

__main

0 comments on commit cc21764

Please sign in to comment.