Skip to content

Commit

Permalink
Merge pull request #71 from amplify-education/fix_build
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
aoskotsky-amplify authored Feb 28, 2022
2 parents d7a8e90 + 3a919a4 commit 621195e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 31 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
node-version: 16.x
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run build

- name: Publish new version
# Note: Setting NODE_AUTH_TOKEN as job|workspace wide env var won't work
Expand Down
39 changes: 9 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-log-forwarding",
"version": "3.0.0",
"version": "3.0.1",
"description": "a serverless plugin to forward logs to given lambda function",
"keywords": [
"serverless",
Expand Down

0 comments on commit 621195e

Please sign in to comment.