Skip to content

Commit

Permalink
ncc creates an index file
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Grainger committed Sep 19, 2019
1 parent ae51963 commit f7e86db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ inputs:
default: 'release-candidate'
runs:
using: 'node12'
main: 'dist/main.js'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"description": "JavaScript template action",
"main": "dist/main.js",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "jest"
Expand Down

0 comments on commit f7e86db

Please sign in to comment.