fix: preview compile

This commit is contained in:
Mark Lawlor
2022-10-27 22:45:54 +10:00
parent bd7fee4b00
commit fd93c1f17f
2 changed files with 0 additions and 5 deletions

View File

@@ -34,7 +34,3 @@ export default async function handler(request, response) {
});
}
}
export const config = {
runtime: "experimental-edge",
};

View File

@@ -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