mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-14 09:49:07 +08:00
6 lines
159 B
Bash
Executable File
6 lines
159 B
Bash
Executable File
if [ "$VERCEL_ENV" == "preview" ]
|
|
then
|
|
npm version prerelease -w nativewind --preid $(git describe --tags --always) --no-git-tag-version
|
|
fi
|
|
docusaurus build
|