Skip to content

Commit

Permalink
Fix deno-guest rename issue, add deno lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmcd committed Apr 30, 2024
1 parent f2377a7 commit 41d9662
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: npm run test
env:
CI: true
# - name: deno test
# run: |
# cd deno-bootstrap
# deno test
- name: deno lint
run: |
cd deno-bootstrap
deno lint
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"rootDir": "./src",
"outDir": "./dist"
},
"exclude": ["./dist", "./deno-guest"]
"exclude": ["dist", "deno-bootstrap"]
}

0 comments on commit 41d9662

Please sign in to comment.