Skip to content

Commit

Permalink
try noInstall
Browse files Browse the repository at this point in the history
  • Loading branch information
rswerve committed Jul 26, 2023
1 parent f5a6961 commit e35cc6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions services/app-api/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ custom:
- '@prisma/client'
nodeModulesRelativeDir: '../../'
packagerOptions:
noInstall: true
lockFile: '../../yarn.lock'
excludeRegex: 'darwin|debian'
serverlessTerminationProtection:
Expand Down
1 change: 1 addition & 0 deletions services/uploads/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ custom:
webpackConfig: webpack.config.js
packager: yarn
packagerOptions:
noInstall: true
lockFile: ../../yarn.lock
scripts:
hooks:
Expand Down

0 comments on commit e35cc6b

Please sign in to comment.