Skip to content

Commit 654e0c3

Browse files
postinstall
1 parent 6724af4 commit 654e0c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tiny-ai-api",
33
"description": "A customizable and extensible client api for managing conversations and AI interactions, currently supporting the **Google Gemini** API — with flexibility to support any similar AI APIs.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",
77
"types": "./dist/index.d.ts",
@@ -50,7 +50,8 @@
5050
"build-clean": "npm run clean && npm run build",
5151
"build-dist": "npm run build",
5252
"build-browserify": "npx browserify build/browserify.js -p esmify > dist/TinyAiApi.web.js",
53-
"clean": "rm -rf dist"
53+
"clean": "rm -rf dist",
54+
"postinstall" : "npm run build"
5455
},
5556
"devDependencies": {
5657
"@babel/cli": "^7.27.0",

0 commit comments

Comments
 (0)