working to move release into github actions

This commit is contained in:
mkorwel
2025-07-01 09:36:28 -05:00
parent a4062cb44a
commit dc83ad6752
12 changed files with 453 additions and 155 deletions
+1 -6
View File
@@ -6,18 +6,13 @@
"type": "module",
"main": "dist/index.js",
"scripts": {
"start": "node dist/src/index.js",
"build": "node ../../scripts/build_package.js",
"clean": "rm -rf dist",
"lint": "eslint . --ext .ts,.tsx",
"format": "prettier --write .",
"test": "vitest run",
"test:ci": "vitest run --coverage",
"typecheck": "tsc --noEmit",
"prerelease:version": "node ../../scripts/bind_package_version.js",
"prerelease:deps": "node ../../scripts/bind_package_dependencies.js",
"prepack": "npm run build",
"prepublishOnly": "node ../../scripts/prepublish.js"
"typecheck": "tsc --noEmit"
},
"files": [
"dist"