Skip to content

Commit a1db4f7

Browse files
committed
chore(ai-sdk): stop publishing until build error is resolved
1 parent 5be0c91 commit a1db4f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/ai/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@pipedream/ai",
3+
"private": true,
34
"type": "module",
45
"version": "0.0.5",
56
"description": "Pipedream AI",
@@ -28,7 +29,7 @@
2829
},
2930
"scripts": {
3031
"build": "rm -rf dist && tsup --config tsup.config.js",
31-
"prepublish": "npm run build"
32+
"prepare": "pnpm run build"
3233
},
3334
"files": [
3435
"dist"

0 commit comments

Comments
 (0)