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 85ced79 commit 5bf022cCopy full SHA for 5bf022c
docs/package.json
@@ -10,7 +10,7 @@
10
"flutter:clean": "rm -rf public/flutter/authenticator",
11
"flutter:copy": "cp -r ./flutter/authenticator/build/web public/flutter/authenticator",
12
"prebuild": "yarn build:cssvars-table && yarn build:props-tables",
13
- "build": "yarn prebuild && NODE_OPTIONS=\"--max-old-space-size=4096\" next build",
+ "build": "yarn prebuild && NODE_OPTIONS=\"--max-old-space-size=4096\" next build && yarn postbuild",
14
"build:cssvars-table": "node --require esbuild-register ./scripts/generate-cssvars-table-data.ts",
15
"build:props-tables": "node --require esbuild-register ./scripts/generate-props-tables-data.ts",
16
"clean": "rimraf node_modules .next && yarn flutter:clean",
0 commit comments