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:
parent
094d59ac4d
commit
15feb8dd6d
@ -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/",
|
||||
|
Loading…
Reference in New Issue
Block a user