Skip to content

Commit

Permalink
misc: dump version
Browse files Browse the repository at this point in the history
  • Loading branch information
antho-bunny committed Aug 28, 2024
1 parent e5ad38a commit 0347485
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/serious-flowers-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"es-empty-script": minor
---

Dump version
2 changes: 0 additions & 2 deletions .github/workflows/changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.BUNNY_GITHUB }}
env:
GITHUB_TOKEN: ${{ secrets.BUNNY_GITHUB }}

- name: Setup Javascript
uses: ./.github/actions/setup-project
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"license": "MIT",
"scripts": {
"lint": "deno lint",
"test": "deno test --allow-none -A **/*.test.ts",
"test": "deno test -A src/**/*.test.ts",
"check": "deno check src/main.ts",
"build": "mkdir dist && deno bundle src/main.ts dist/index.ts",
"dev": "deno run src/main.ts",
Expand Down

0 comments on commit 0347485

Please sign in to comment.