mirror of https://github.com/snachodog/mybuddy.git
Correct AWS pipenv command.
This commit is contained in:
parent
2103b60246
commit
f12ba2bf14
|
@ -28,7 +28,7 @@ container_commands:
|
|||
env:
|
||||
LC_ALL: en_US.utf8
|
||||
LANG: en_US.utf8
|
||||
command: 'pipenv --system --deploy'
|
||||
command: 'pipenv install --system --deploy'
|
||||
03_npm_install:
|
||||
command: 'npm install'
|
||||
04_gulp_build:
|
||||
|
|
Loading…
Reference in New Issue