mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat: use webpack caching in development (#42286)
* feat: use webpack caching in development This cuts build time for build-workers considerably. * fix: update gitpod config Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
This commit is contained in:
committed by
GitHub
parent
e605800d82
commit
90d2c3b344
+1
-2
@@ -51,8 +51,7 @@ tasks:
|
||||
init: >
|
||||
cd ./client &&
|
||||
gp sync-await npm-ci &&
|
||||
npm run prebuild &&
|
||||
npm run build:workers &&
|
||||
npm run predevelop &&
|
||||
cd ..
|
||||
command: >
|
||||
gp await-port 3000 &&
|
||||
|
||||
Reference in New Issue
Block a user