Skip to content

Commit 20bfe34

Browse files
authored
Update buildspec.yml
1 parent 0bf6f57 commit 20bfe34

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

buildspec.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,10 @@ phases:
1212
- echo Installing source NPM dependencies...
1313
- npm install -g @angular/cli
1414
- cd angular-testing-course
15-
16-
build:
17-
commands:
18-
- echo Build started
19-
- ng build
20-
- npm run gulp
21-
15+
- npm install
16+
- npm run server
17+
- npm start
18+
2219

2320
artifacts:
2421
files:

0 commit comments

Comments
 (0)