add release script

This commit is contained in:
MapleLeaf
2022-01-09 12:12:08 -06:00
parent 3cb4aa254f
commit 81a910b003
2 changed files with 483 additions and 36 deletions

View File

@@ -24,7 +24,8 @@
"test-watch": "pnpm test -- --watch",
"coverage": "pnpm test -- --coverage",
"typecheck": "tsc --noEmit",
"playground": "nodemon --exec esmo --ext ts,tsx ./playground/main.tsx"
"playground": "nodemon --exec esmo --ext ts,tsx ./playground/main.tsx",
"release": "release-it"
},
"dependencies": {
"@types/node": "*",
@@ -59,6 +60,7 @@
"prettier": "^2.5.1",
"pretty-ms": "^7.0.1",
"react": "^17.0.2",
"release-it": "^14.12.0",
"tsup": "^5.11.9",
"type-fest": "^2.8.0",
"typescript": "^4.5.4"

515
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff