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

Commit

Permalink
Remove production flag from yarn install due to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DKDiep committed Jul 16, 2018
1 parent 02451a7 commit de6c617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec/web-buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ phases:
commands:
- npm install -g yarn
- cd data-generator-web
- yarn install --production=true
- yarn install
build:
commands:
- yarn run build
Expand Down

0 comments on commit de6c617

Please sign in to comment.