We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f01252 commit 4d21387Copy full SHA for 4d21387
action.yml
@@ -15,4 +15,4 @@ outputs:
15
description: "The fully qualified deploy preview URL"
16
runs:
17
using: "node12"
18
- main: "dist/gindex.js"
+ main: "dist/index.js"
package.json
@@ -3,7 +3,7 @@
3
"version": "0.0.0-development",
4
"private": true,
5
"description": "A GitHub action that waits for a Netlify deployment preview for the current commit being built",
6
- "main": "index.js",
+ "main": "dist/index.js",
7
"scripts": {
8
"build": "ncc build -o dist index.js",
9
"lint": "eslint --cache --fix index.js",
0 commit comments