feat: create docker images for client (#51289)

This commit is contained in:
Oliver Eyton-Williams
2023-08-31 17:37:32 +02:00
committed by GitHub
parent 8f6809686e
commit 66d7c28f99
8 changed files with 267 additions and 23 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
"build": "cross-env NODE_OPTIONS=\"--max-old-space-size=7168\" gatsby build --prefix-paths",
"build:scripts": "pnpm run -F=browser-scripts build",
"clean": "gatsby clean",
"common-setup": "pnpm -w run create:config && pnpm run create:env && pnpm run create:trending && pnpm run build:components-library",
"common-setup": "pnpm -w run create:config && pnpm -w run create:utils && pnpm run create:env && pnpm run create:trending && pnpm run build:components-library",
"create:env": "cross-env DEBUG=fcc:* ts-node ./tools/create-env.ts",
"create:trending": "ts-node ./tools/download-trending.ts",
"predevelop": "pnpm run common-setup && pnpm run build:scripts --env development",