Skip to content

Commit 6eff9ac

Browse files
authored
Merge pull request #2 from prisma/feat/fix-dependencies
build: update action.yml to use dist/index.js and add build artifacts
2 parents b5f13ca + 8585bc6 commit 6eff9ac

File tree

5 files changed

+32270
-3
lines changed

5 files changed

+32270
-3
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
node_modules/
2+
*.log
3+
.DS_Store
4+
.env
5+
.env.local
6+
.env.*.local
7+
npm-debug.log*
8+
yarn-debug.log*
9+
yarn-error.log*

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ outputs:
2727

2828
runs:
2929
using: 'node20'
30-
main: 'index.js'
30+
main: 'dist/index.js'

0 commit comments

Comments
 (0)