diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3a16bfd..667b85b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/tsconfig.json b/tsconfig.json index e1dcb88..468affa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,5 +17,5 @@ "rootDir": "./src", "outDir": "./dist" }, - "exclude": ["./dist", "./deno-guest"] + "exclude": ["dist", "deno-bootstrap"] } \ No newline at end of file