build(package): build package before publish
This commit is contained in:
parent
8f76ed953f
commit
07f17683d9
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue