build: add prepack script
This commit is contained in:
parent
e2d38eb581
commit
97f6d7ad7b
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rimraf dist && tsc",
|
"build": "rimraf dist && tsc",
|
||||||
"lint": "eslint src --ignore-path .gitignore",
|
"lint": "eslint src --ignore-path .gitignore",
|
||||||
"release": "semantic-release"
|
"release": "semantic-release",
|
||||||
|
"prepack": "pnpm build"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"comcigan",
|
"comcigan",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue