mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-02-15 04:39:26 -06:00
remove script
This commit is contained in:
@@ -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'",
|
||||
|
||||
Reference in New Issue
Block a user