Skip to content

Commit ebbfbd9

Browse files
author
Alian Rignack Quevedo
committed
Add scripts to build the app in CI
1 parent 4d48b4c commit ebbfbd9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"build": "ng build",
88
"test": "ng test",
99
"lint": "ng lint",
10-
"e2e": "ng e2e"
10+
"e2e": "ng e2e",
11+
"build:ci": "ng build --prod --sourceMap=false --base-href /YOUR_REPOSITORY_NAME_HERE/"
12+
"test:ci": "ng test --watch=false --code-coverage --source-map true"
1113
},
1214
"private": true,
1315
"dependencies": {

0 commit comments

Comments
 (0)