mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-04-28 20:25:09 +08:00
fix: preview compile
This commit is contained in:
@@ -34,7 +34,3 @@ export default async function handler(request, response) {
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
export const config = {
|
||||
runtime: "experimental-edge",
|
||||
};
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
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
|
||||
docusaurus build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user