Skip to content

Commit 4d21387

Browse files
committed
fix(package): typos and path
1 parent 3f01252 commit 4d21387

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ outputs:
1515
description: "The fully qualified deploy preview URL"
1616
runs:
1717
using: "node12"
18-
main: "dist/gindex.js"
18+
main: "dist/index.js"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0-development",
44
"private": true,
55
"description": "A GitHub action that waits for a Netlify deployment preview for the current commit being built",
6-
"main": "index.js",
6+
"main": "dist/index.js",
77
"scripts": {
88
"build": "ncc build -o dist index.js",
99
"lint": "eslint --cache --fix index.js",

0 commit comments

Comments
 (0)