We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1db4f7 commit aa6fd81Copy full SHA for aa6fd81
packages/ai/package.json
@@ -1,6 +1,5 @@
1
{
2
"name": "@pipedream/ai",
3
- "private": true,
4
"type": "module",
5
"version": "0.0.5",
6
"description": "Pipedream AI",
@@ -29,7 +28,7 @@
29
28
},
30
"scripts": {
31
"build": "rm -rf dist && tsup --config tsup.config.js",
32
- "prepare": "pnpm run build"
+ "prepublishOnly": "pnpm run build"
33
34
"files": [
35
"dist"
0 commit comments