Skip to content

Commit

Permalink
Make sure we include dev dependencies in npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdaily committed Jun 19, 2024
1 parent bc23faa commit f4cd05f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:

# Install Node dependencies
- name: Set up Environment
run: npm ci
run: npm ci --include=dev

# Install Serverless plugins
- name: Install Plugins
Expand All @@ -111,7 +111,7 @@ jobs:
# Deploy to stage
- name: Serverless Deploy
run: serverless deploy --stage $DEPLOY_STAGE --debug
run: sls deploy --stage $DEPLOY_STAGE --debug
env:
SERVERLESS_ACCESS_KEY: ${{ secrets.SLS_SECRET_KEY }}
AWS_ACCESS_KEY_ID: ${{ secrets.SLS_AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit f4cd05f

Please sign in to comment.