File tree Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 8787 "rimraf" : " ^3" ,
8888 "shx" : " ^0.3.4" ,
8989 "sonner" : " ^1.5.0" ,
90+ "stripe" : " ^17" ,
9091 "ts-jest" : " ^29.2.5" ,
9192 "ts-node" : " ^10.9.2" ,
9293 "ts-patch" : " ^3.2.1" ,
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ echo_info() {
2727 echo -e " ${INDENT}${INDENT}${MAGENTA} ℹ${RESET} $1 "
2828}
2929
30+ echo_error () {
31+ echo -e " ${INDENT}${INDENT}${RED} ℹ${RESET} $1 "
32+ }
33+
3034echo_end () {
3135 echo -e " ${END_INDICATOR} ${GREEN} Completed:${RESET} $1 \n"
3236}
@@ -55,7 +59,7 @@ init_db() {
5559 elif [[ " $1 " == " --remote" ]]; then
5660 prisma migrate deploy
5761 else
58- echo " Error: You should specify which migration to run on prisma (--local or --remote)"
62+ echo_error " Error: You should specify which migration to run on prisma (--local or --remote)"
5963 return 1
6064 fi
6165}
Original file line number Diff line number Diff line change @@ -31322,17 +31322,7 @@ __metadata:
3132231322 languageName: node
3132331323 linkType: hard
3132431324
31325- "stripe@npm:13.11.0":
31326- version: 13.11.0
31327- resolution: "stripe@npm:13.11.0"
31328- dependencies:
31329- "@types/node": "npm:>=8.1.0"
31330- qs: "npm:^6.11.0"
31331- checksum: 10c0/ea9ad9397a4b5464bf5e2cc3a65683d14e035161c5db0146061370f2316851e6b919e4fe2be97ec0dc72a2856b09cceab69e7afcb4a86f9e3361ed630f2fbad2
31332- languageName: node
31333- linkType: hard
31334-
31335- "stripe@npm:^17.4.0":
31325+ "stripe@npm:^17":
3133631326 version: 17.4.0
3133731327 resolution: "stripe@npm:17.4.0"
3133831328 dependencies:
You can’t perform that action at this time.
0 commit comments