fix: fix bad package release process (#3347)
Co-authored-by: olivier <olivier.bouillet@ifeelsmart.com>
This commit is contained in:
parent
d9d52599af
commit
f961f952a4
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user