fix: unit test

This commit is contained in:
Maulana Sodiqin
2025-04-25 14:01:29 +07:00
parent 41712be56a
commit 86290cc820
2 changed files with 30 additions and 67 deletions
+3
View File
@@ -5,11 +5,14 @@
"scripts": {
"gacha:dev": "nx serve gacha",
"gacha:build": "nx build gacha",
"gacha:test": "nx test gacha",
"gacha:prod": "serve ./dist/apps/gacha",
"backoffice:dev": "nx serve backoffice",
"backoffice:build": "nx build backoffice",
"backoffice:test": "nx test backoffice",
"backoffice:prod": "serve ./dist/apps/backoffice",
"dimentorin:dev": "nx serve dimentorin",
"dimentorin:test": "nx test dimentorin",
"dimentorin:build": "nx build dimentorin",
"dimentorin:prod": "serve ./dist/apps/dimentorin",
"landing:dev": "nx serve landing",