Skip to content

Commit f8beaa7

Browse files
committed
Add a bundled distributible
1 parent 06ecd54 commit f8beaa7

File tree

6 files changed

+4261
-97
lines changed

6 files changed

+4261
-97
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@ bower_components/
1313
tmp/
1414
typings/
1515
*.google
16-
17-
built/app/
18-
built/node_app/
16+
.cache

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ outputs:
2222
description: The result HTTP status text
2323
runs:
2424
using: 'node12'
25-
main: 'built/index.js'
25+
main: 'dist/index.js'

dist/index.js

Lines changed: 366 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)