Skip to content

Commit aa7eca0

Browse files
authored
Merge pull request #82 from TernSecure/kayp/sign-up
fix: add missing "functions" directory to package.json files list
2 parents 0ee1db1 + 9772bad commit aa7eca0

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.changeset/orange-crabs-knock.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@tern-secure/backend': patch
3+
---
4+
5+
fix: add missing "functions" directory to package.json files list

packages/backend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"admin",
1616
"auth",
1717
"app-check",
18+
"functions",
1819
"internal",
1920
"jwt"
2021
],

0 commit comments

Comments
 (0)