1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-10 17:53:36 +02:00

Add build as part of prepare

This commit is contained in:
Gastón Fournier 2023-05-12 17:49:28 +02:00
parent 094d59ac4d
commit 15feb8dd6d
No known key found for this signature in database
GPG Key ID: AF45428626E17A8E

View File

@ -37,7 +37,7 @@
"dev:backend": "TZ=UTC NODE_ENV=development tsc-watch --strictNullChecks false --onSuccess \"node dist/server-dev.js\"",
"dev:frontend": "wait-on tcp:4242 && yarn --cwd ./frontend run dev",
"dev": "concurrently \"yarn:dev:backend\" \"yarn:dev:frontend\"",
"prepare": "node scripts/husky-install && yarn --cwd ./frontend install",
"prepare": "node scripts/husky-install && yarn --cwd ./frontend install && yarn build && echo HELLO",
"prestart:dev": "yarn run clean",
"start:dev": "TZ=UTC NODE_ENV=development tsc-watch --strictNullChecks false --onSuccess \"node dist/server-dev.js\"",
"copy-templates": "copyfiles -u 1 src/mailtemplates/**/*.mustache dist/",