1 Star 0 Fork 1.3K

冰雨/iotStudio

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
netlify.sh 326 Bytes
Copy Edit Raw Blame History
尤雨溪 authored 2022-06-01 17:01 . :new:master('deploy')
#!/bin/sh
echo "is netlify: $NETLIFY"
echo "in branch: $BRANCH"
echo "head: $HEAD"
if [ "$NETLIFY" != "true" ]
then
echo "this script only runs in netlify, bye"
exit 1
fi
if [ "$BRANCH" != "dev" ] && [ "$HEAD" != "dev" ]
then
pnpm build
else
echo "this script only runs in targeting dev's PR deploy preview, bye"
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhshine/iotStudio.git
git@gitee.com:zhshine/iotStudio.git
zhshine
iotStudio
iotStudio
master

Search

0d507c66 1850385 C8b1a773 1850385