Skip to content

Commit f7e86db

Browse files
author
Peter Grainger
committed
ncc creates an index file
1 parent ae51963 commit f7e86db

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
@@ -7,4 +7,4 @@ inputs:
77
default: 'release-candidate'
88
runs:
99
using: 'node12'
10-
main: 'dist/main.js'
10+
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",
44
"private": true,
55
"description": "JavaScript template action",
6-
"main": "dist/main.js",
6+
"main": "dist/index.js",
77
"scripts": {
88
"build": "tsc",
99
"test": "jest"

0 commit comments

Comments
 (0)