We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32a936 commit 89b924aCopy full SHA for 89b924a
scripts/vercel-build.sh
@@ -29,3 +29,6 @@ node bin/cli.mjs generate \
29
-o "./out" \
30
--index "./node/doc/api/index.md" \
31
--skip-lint
32
+
33
+# deletes the existing node's cache after build completion
34
+rm -rf node/
0 commit comments