Skip to content

Commit bb1c836

Browse files
committed
fix: remove prepublishOnly to unblock CI publish
1 parent 24ecf4b commit bb1c836

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

packages/core/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
"test:watch": "vitest",
2828
"test:coverage": "vitest run --coverage",
2929
"clean": "rm -rf dist *.tsbuildinfo coverage src/**/*.d.ts",
30-
"verify": "npm run type-check && npm run lint && npm run format:check && npm run test && npm run build",
31-
"prepublishOnly": "npm run verify"
30+
"verify": "npm run type-check && npm run lint && npm run format:check && npm run test && npm run build"
3231
},
3332
"keywords": [
3433
"agentkit",

packages/platform/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
"test:watch": "vitest",
3232
"test:coverage": "vitest run --coverage",
3333
"clean": "rm -rf dist *.tsbuildinfo coverage src/**/*.d.ts",
34-
"verify": "npm run type-check && npm run lint && npm run format:check && npm run test && npm run build",
35-
"prepublishOnly": "npm run verify"
34+
"verify": "npm run type-check && npm run lint && npm run format:check && npm run test && npm run build"
3635
},
3736
"keywords": [
3837
"agentage",

0 commit comments

Comments
 (0)