Use parallel and incremental builds #105

Merged
norm merged 4 commits from faster-builds into main 2022-09-03 21:57:17 +00:00
Showing only changes of commit ab260dca70 - Show all commits

View file

@ -10,7 +10,7 @@
"packages/*"
],
"scripts": {
"build": "yarn workspaces foreach --topological run build && yarn run gulp",
"build": "yarn workspaces foreach --parallel --topological run build && yarn run gulp",
"start": "yarn workspace backend run start",
"start:test": "yarn workspace backend run start:test",
"init": "yarn migrate",