yarn run gulp in build instead of just gulp

This commit is contained in:
Kainoa Kanter 2022-06-17 01:15:12 -07:00 committed by GitHub
parent 1d42ab47e7
commit 87909d4209

View File

@ -14,7 +14,7 @@
],
"private": true,
"scripts": {
"build": "yarn workspaces foreach run build && gulp",
"build": "yarn workspaces foreach run build && yarn run gulp",
"start": "yarn workspace backend run start",
"start:test": "yarn workspace backend run start:test",
"init": "yarn migrate",