We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e11e25 commit 1e1cc23Copy full SHA for 1e1cc23
admin/package.json
@@ -4,8 +4,10 @@
4
"scripts": {
5
"ng": "ng",
6
"start": "ng serve",
7
+ "start-testnet": "ng serve --configuration=test",
8
"build": "ng build",
9
"build-prod": "ng build --prod",
10
+ "build-testnet": "ng build --configuration=test",
11
"test": "ng test",
12
"lint": "ng lint",
13
"e2e": "ng e2e"
0 commit comments