fix: run gulp on build

Somehow forgot to add this during the refactor....

Resolves FoundKeyGang/FoundKey#93
This commit is contained in:
Norm 2022-08-29 10:11:40 -04:00
parent 14b90668b9
commit e631bdbb9a
Signed by untrusted user: norm
GPG key ID: 7123E30E441E80DE

View file

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