Skip to content

Commit 1e1cc23

Browse files
committed
Added test configuration for the frontend
1 parent 4e11e25 commit 1e1cc23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

admin/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
7+
"start-testnet": "ng serve --configuration=test",
78
"build": "ng build",
89
"build-prod": "ng build --prod",
10+
"build-testnet": "ng build --configuration=test",
911
"test": "ng test",
1012
"lint": "ng lint",
1113
"e2e": "ng e2e"

0 commit comments

Comments
 (0)