Skip to content

Commit aa6fd81

Browse files
committed
chore(ai-sdk): only before publishing
1 parent a1db4f7 commit aa6fd81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/ai/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "@pipedream/ai",
3-
"private": true,
43
"type": "module",
54
"version": "0.0.5",
65
"description": "Pipedream AI",
@@ -29,7 +28,7 @@
2928
},
3029
"scripts": {
3130
"build": "rm -rf dist && tsup --config tsup.config.js",
32-
"prepare": "pnpm run build"
31+
"prepublishOnly": "pnpm run build"
3332
},
3433
"files": [
3534
"dist"

0 commit comments

Comments
 (0)