fix: fix bad package release process (#3347)

Co-authored-by: olivier <olivier.bouillet@ifeelsmart.com>
This commit is contained in:
Olivier Bouillet 2023-11-15 21:39:34 +01:00 committed by GitHub
parent d9d52599af
commit f961f952a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
},
"hooks": {
"before:init": [
"rm -Rf lib",
"rm -Rf lib tsconfig.tsbuildinfo",
"yarn install --frozen-lockfile --non-interactive --production=false",
"yarn run lint",
"yarn run build"