Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 5b037da

Browse files
mabreuortegaMiguel Abreu
andauthored
fix: install development dependencies (#851)
Co-authored-by: Miguel Abreu <miabreu@amazon.com>
1 parent 215040d commit 5b037da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ phases:
1515
pre_build:
1616
commands:
1717
- ./test.sh
18-
- ./install.sh --production
18+
- ./install.sh
1919

2020
build:
2121
commands:

0 commit comments

Comments
 (0)