Skip to content

Commit

Permalink
add output prop
Browse files Browse the repository at this point in the history
  • Loading branch information
jgtvares committed May 30, 2022
1 parent 956f87c commit db68d54
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Node.js Package

on:
release:
types: [created, published]
push:
tags:
- 'v*'

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,6 @@ exports.build = async ({ files, entrypoint, config }) => {

return {
[entrypoint]: lambda,
output: JSON.stringify(config),
};
};
8 changes: 4 additions & 4 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": "@jgtvares/py-vercel",
"version": "2.0.0",
"version": "2.1.0",
"description": "Linux package installer on Vercel",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit db68d54

Please sign in to comment.