Skip to content

Commit

Permalink
Merge pull request #10 from depot/update-deps
Browse files Browse the repository at this point in the history
Update action dependencies
  • Loading branch information
jacobwgillespie authored Aug 23, 2023
2 parents b682103 + ba1b60e commit 2ea3118
Show file tree
Hide file tree
Showing 7 changed files with 10,844 additions and 14,754 deletions.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
template: |
## Whats Changed
## What's Changed
$CHANGES
8 changes: 0 additions & 8 deletions .prettierrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"npm.packageManager": "pnpm",
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.tsdk": "node_modules/typescript/lib",
"prettier.prettierPath": "node_modules/prettier/index.js"
"prettier.prettierPath": "node_modules/prettier/index.cjs"
}
10 changes: 10 additions & 0 deletions build.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
const esbuild = require('esbuild')

esbuild.build({
entryPoints: ['src/index.ts'],
bundle: true,
minify: false,
platform: 'node',
target: 'node16',
outfile: 'dist/index.js',
})
Loading

0 comments on commit 2ea3118

Please sign in to comment.