Skip to content

Commit 621195e

Browse files
Merge pull request #71 from amplify-education/fix_build
Fix build
2 parents d7a8e90 + 3a919a4 commit 621195e

File tree

3 files changed

+11
-31
lines changed

3 files changed

+11
-31
lines changed

.github/workflows/test-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
node-version: 16.x
4141
registry-url: 'https://registry.npmjs.org'
4242
- run: npm install
43+
- run: npm run build
4344

4445
- name: Publish new version
4546
# Note: Setting NODE_AUTH_TOKEN as job|workspace wide env var won't work

package-lock.json

Lines changed: 9 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-log-forwarding",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "a serverless plugin to forward logs to given lambda function",
55
"keywords": [
66
"serverless",

0 commit comments

Comments
 (0)