Skip to content

Commit

Permalink
Customize and add hash pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
absporl committed Oct 9, 2023
1 parent d5d8151 commit 1bc6669
Show file tree
Hide file tree
Showing 5 changed files with 200 additions and 173 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
run: npm install

- name: Compile with ncc
run: npx @zeit/ncc build src/index.ts --minify
run: npx @vercel/ncc build src/index.ts --minify

- name: Commit & Push changes
uses: actions-js/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main
message: 'Auto-compile dist code'
author_name: 'Jeroen Thora'
author_email: '[email protected].com'
author_name: 'splitsh automation'
author_email: 'splitsh@rosemanlabs.com'

1 change: 0 additions & 1 deletion dist/index.js

This file was deleted.

Loading

0 comments on commit 1bc6669

Please sign in to comment.