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

Postinstall test

This commit is contained in:
Gastón Fournier 2023-05-13 17:44:46 +02:00
parent ca7b0f2f3f
commit a92788bd48
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",
"prepack": "yarn run build",
"postinstall": "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",