Skip to content

Commit

Permalink
fix(Standalone): Ensure to bundle local invocation non Node.js artifcats
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Feb 27, 2020
1 parent 39309ab commit 506ad86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/pkg/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ module.exports = {
'../../lib/plugins/aws/package/lib/*.json',
// Service templates
'../../lib/plugins/create/templates',
// Local invocation artifacts
'../../lib/plugins/aws/invokeLocal/invoke.py',
'../../lib/plugins/aws/invokeLocal/invoke.rb',
'../../lib/plugins/aws/invokeLocal/java/src/main',
'../../lib/plugins/aws/invokeLocal/java/MANIFEST.mf',
'../../lib/plugins/aws/invokeLocal/java/pom.xml',
// Dashboard policies
'../../node_modules/@serverless/enterprise-plugin/lib/safeguards/policies',
// Dashboard wrappers
Expand Down

0 comments on commit 506ad86

Please sign in to comment.