update publish script

This commit is contained in:
Carl-Gerhard Lindesvärd
2023-12-14 09:25:41 +01:00
parent 0a15a773e2
commit 131e6e7fb6
2 changed files with 30 additions and 20 deletions

View File

@@ -3,6 +3,7 @@
"version": "0.0.1",
"module": "index.ts",
"scripts": {
"build": "rm -rf dist && tsup",
"lint": "eslint .",
"format": "prettier --check \"**/*.{mjs,ts,md,json}\"",
"typecheck": "tsc --noEmit"