Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
antho-bunny committed Aug 28, 2024
1 parent 0347485 commit 1b0b186
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/sweet-needles-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"es-empty-script": patch
---

Fix tests passing because no tests for now
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 -A src/**/*.test.ts",
"test": "deno test --allow-none -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 1b0b186

Please sign in to comment.