Remove deprecated prepublish script

This commit is contained in:
Francisco Giordano
2021-09-14 17:29:19 -03:00
parent bc5c8e2c9c
commit d02cc020e8
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ cd "$(git rev-parse --show-toplevel)"
# avoids re-compilation during publishing of both packages
if [[ ! -v ALREADY_COMPILED ]]; then
npm run prepublish
npm run clean
npm run prepare
npm run prepack
fi