Skip to content

Commit dbeefc6

Browse files
Resul AvanResul Avan
Resul Avan
authored and
Resul Avan
committed
local modules with soft link
1 parent c9c158c commit dbeefc6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

functions/modules/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"install": "npm --prefix types-module install && npm --prefix handlers-module install",
55
"re-install": "npm run clear-all && npm run install",
66
"clear": "rm -rf */lib",
7-
"clear-all": "rm -rf */node_modules */lib */package-lock.json"
7+
"clear-all": "rm -rf */node_modules */lib */package-lock.json */*.tgz"
88
}
99
}

functions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"firebase": "^7.15.5",
3636
"firebase-admin": "^9.0.0",
3737
"firebase-functions": "^3.7.0",
38-
"handlers-module": "file:modules/handlers-module/handlers-module-1.0.0.tgz",
38+
"handlers-module": "file:modules/handlers-module",
3939
"http-status-codes": "^1.4.0",
4040
"jwt-decode": "^2.2.0",
4141
"moment": "^2.27.0",
@@ -45,7 +45,7 @@
4545
"rxjs": "^6.5.5",
4646
"sitemap": "^6.1.7",
4747
"slug": "^3.3.0",
48-
"types-module": "file:modules/types-module/types-module-1.0.0.tgz",
48+
"types-module": "file:modules/types-module",
4949
"uuid": "^8.2.0",
5050
"vee-validate": "^3.3.7",
5151
"vue-infinite-loading": "^2.4.5",

0 commit comments

Comments
 (0)