Skip to content

Commit 603cd87

Browse files
committed
fix: prepare script
1 parent b3b428a commit 603cd87

File tree

1 file changed

+1
-1
lines changed
  • extensions/firestore-huggingface-inference-api/functions

1 file changed

+1
-1
lines changed

extensions/firestore-huggingface-inference-api/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "functions",
33
"scripts": {
4-
"prepare": "npm run lerna:bootstrap && npm run lerna:link",
4+
"prepare": "npm run build",
55
"lint": "eslint \"src/**/*\"",
66
"lint:fix": "eslint \"src/**/*\" --fix",
77
"build": "tsc",

0 commit comments

Comments
 (0)