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

View File

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