fix: preview compile

This commit is contained in:
Mark Lawlor
2022-10-27 22:19:15 +10:00
parent 53cfc21845
commit 2d65951693

View File

@@ -1,4 +1,5 @@
if [ "$VERCEL_ENV" == "preview" ]
then
npm version prerelease -w nativewind --preid $(git describe --tags --always) --no-git-tag-version
npm pkg get -w nativewind > ../node_modules/nativewind/package.json
fi