build(package): build package before publish

This commit is contained in:
Rafael Bardini 2021-11-06 14:35:17 +01:00
parent 8f76ed953f
commit 07f17683d9
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@
"format": "prettier --ignore-path .gitignore .",
"lint": "eslint --ignore-path .gitignore .",
"prepare": "husky install",
"prepublishOnly": "npm run build",
"test": "c8 tap --node-arg=--experimental-json-modules --no-coverage"
},
"dependencies": {