Skip to content

Commit 5bf022c

Browse files
author
Ahmed Hamouda
committed
fix: fix docs postbuild cmd
1 parent 85ced79 commit 5bf022c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"flutter:clean": "rm -rf public/flutter/authenticator",
1111
"flutter:copy": "cp -r ./flutter/authenticator/build/web public/flutter/authenticator",
1212
"prebuild": "yarn build:cssvars-table && yarn build:props-tables",
13-
"build": "yarn prebuild && NODE_OPTIONS=\"--max-old-space-size=4096\" next build",
13+
"build": "yarn prebuild && NODE_OPTIONS=\"--max-old-space-size=4096\" next build && yarn postbuild",
1414
"build:cssvars-table": "node --require esbuild-register ./scripts/generate-cssvars-table-data.ts",
1515
"build:props-tables": "node --require esbuild-register ./scripts/generate-props-tables-data.ts",
1616
"clean": "rimraf node_modules .next && yarn flutter:clean",

0 commit comments

Comments
 (0)