Skip to content

Commit 6532d49

Browse files
committed
chore: add optional prepare script
1 parent 809e56a commit 6532d49

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "functions",
33
"scripts": {
4+
"prepare": "npm run lerna:bootstrap && npm run lerna:link",
45
"lint": "eslint \"src/**/*\"",
56
"lint:fix": "eslint \"src/**/*\" --fix",
67
"build": "tsc",
@@ -27,4 +28,4 @@
2728
"ts-jest": "^29.1.0"
2829
},
2930
"private": true
30-
}
31+
}

0 commit comments

Comments
 (0)