cleanup lib/ so we can only publish the esm file under esm/

This commit is contained in:
fiatjaf
2023-03-02 08:36:43 -03:00
parent dbf625d6ac
commit f992c9c967
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ install-dependencies:
yarn --ignore-engines
build:
rm -rf lib
node build.js
test: build