Skip to content

Commit

Permalink
fix pre-deploy.config
Browse files Browse the repository at this point in the history
  • Loading branch information
snopoke committed Aug 2, 2023
1 parent 047a61b commit 0296172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ebextensions/pre-deploy.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ container_commands:
curl -sL https://rpm.nodesource.com/setup_18.x | sudo bash -
yum install -y nodejs
02_npm_install:
npm ci
command: npm ci
03_build_static:
command: npm run build
04_migrate:
Expand Down

0 comments on commit 0296172

Please sign in to comment.