remove script

This commit is contained in:
gabriel ruttner
2025-05-02 11:26:32 -04:00
parent ffbeafc204
commit 866e2e4f07

View File

@@ -1,6 +1,6 @@
{
"name": "@hatchet-dev/typescript-sdk",
"version": "1.5.0",
"version": "1.5.1",
"description": "Background task orchestration & visibility for developers",
"types": "dist/index.d.ts",
"files": [
@@ -18,7 +18,6 @@
"scripts": {
"build": "echo 'build hatchet sdk with `npm run tsc:build` to ensure it is not build during the publish step' && exit 0",
"prepare": "npm run build",
"postinstall": "node scripts/version-check.js",
"dump-version": "node -e \"console.log('export const HATCHET_VERSION = \\'' + require('./package.json').version + '\\';');\" > src/version.ts",
"tsc:build": "npm run dump-version && tsc && resolve-tspaths",
"test:unit": "jest --testMatch='**/*.test.ts'",