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

Adding also install to postinstall... weird?

This commit is contained in:
Gastón Fournier 2023-05-13 17:48:12 +02:00
parent a92788bd48
commit 0c0da2f557
No known key found for this signature in database
GPG Key ID: AF45428626E17A8E

View File

@ -43,7 +43,7 @@
"copy-templates": "copyfiles -u 1 src/mailtemplates/**/*.mustache dist/",
"db-migrate": "db-migrate --migrations-dir ./src/migrations",
"lint": "eslint ./src",
"postinstall": "yarn run build && echo [${NODE_ENV}] POSTINSTALL DONE",
"postinstall": "yarn --cwd ./frontend install && yarn run build && echo [${NODE_ENV}] POSTINSTALL DONE",
"local:package": "del-cli --force build && mkdir build && cp -r dist docs CHANGELOG.md LICENSE README.md package.json build",
"prebuild:watch": "yarn run clean",
"build:watch": "tsc -w --strictNullChecks false",