mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-22 11:16:01 +03:00
33dd6b6b49
ref https://linear.app/tryghost/issue/DEV-20/faster-builds - we added concurrently because, in theory, it should make builds faster by utilizing more cores - however, when combined with Nx, it seems that we are trying to exceed the number of cores, which actually makes individual builds slower - I've removed concurrently from the apps, which should improve the build time significantly |
||
---|---|---|
.. | ||
src | ||
test | ||
.eslintignore | ||
.eslintrc.cjs | ||
.gitignore | ||
index.html | ||
package.json | ||
playwright.config.mjs | ||
postcss.config.cjs | ||
tailwind.config.cjs | ||
tsconfig.json | ||
vite.config.mjs |