Skip to content
This repository was archived by the owner on Jun 18, 2023. It is now read-only.

Commit cf599d4

Browse files
timonbackstavshamir
authored andcommitted
feat: Add build-dev mode
Allows to deploy a mock data build
1 parent 5933203 commit cf599d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"ng": "ng",
66
"start": "ng serve",
77
"build": "ng build --prod --base-href=./",
8+
"build-dev": "ng build --base-href=./",
89
"test": "ng test",
910
"lint": "ng lint",
1011
"e2e": "ng e2e",

0 commit comments

Comments
 (0)