Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
steve02081504 committed Aug 22, 2024
1 parent 2f70f53 commit e0389f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ permissions:
contents: write

on:
push:
workflow_dispatch:
schedule:
- cron: '0 0 7 * *'
Expand Down
4 changes: 2 additions & 2 deletions packages/buffer.mjs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import { Buffer } from 'buffer'
export default Buffer
import * as exports from 'buffer'
export default exports

0 comments on commit e0389f9

Please sign in to comment.