Skip to content

Commit 70dbd8d

Browse files
authored
Merge pull request actions#17 from francisfuzz/francisfuzz/ncc
Use @zeit/ncc instead of checking in node_modules
2 parents 11098d4 + 5abce7d commit 70dbd8d

File tree

363 files changed

+11587
-77294
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

363 files changed

+11587
-77294
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
!node_modules
1+
node_modules

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ outputs:
2424
description: The return value of the script, stringified with `JSON.stringify`
2525
runs:
2626
using: node12
27-
main: main.js
27+
main: dist/index.js

0 commit comments

Comments
 (0)