mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-10 17:53:36 +02:00
Postinstall test
This commit is contained in:
parent
ca7b0f2f3f
commit
a92788bd48
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user