build(package): build package before publish
This commit is contained in:
parent
8f76ed953f
commit
07f17683d9
|
@ -44,6 +44,7 @@
|
||||||
"format": "prettier --ignore-path .gitignore .",
|
"format": "prettier --ignore-path .gitignore .",
|
||||||
"lint": "eslint --ignore-path .gitignore .",
|
"lint": "eslint --ignore-path .gitignore .",
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
|
"prepublishOnly": "npm run build",
|
||||||
"test": "c8 tap --node-arg=--experimental-json-modules --no-coverage"
|
"test": "c8 tap --node-arg=--experimental-json-modules --no-coverage"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in New Issue