Skip to content

Commit 7cef326

Browse files
.
1 parent 5308577 commit 7cef326

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

buildspec.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ phases:
1313
commands:
1414
- echo Build started on `date`
1515
- echo Compiling the Node.js code
16-
- mocha HelloWorld.js
16+
- mocha app.js
1717
post_build:
1818
commands:
1919
- echo Build completed on `date`
2020
artifacts:
2121
files:
22-
- HelloWorld.js
22+
- app.js
23+
- index.html
24+
- package.json

0 commit comments

Comments
 (0)