Loading .github/workflows/build.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -125,6 +125,8 @@ jobs: working-directory: ${{ github.workspace }}/src/ - run: 'deno task dnt "$(jq -r .version deno.json)"' working-directory: ${{ github.workspace }}/src/ env: DNT_SKIP_TEST: "true" - run: npm pack working-directory: ${{ github.workspace }}/src/npm/ - run: deno task pack Loading src/dnt.ts +1 −0 Original line number Diff line number Diff line Loading @@ -103,6 +103,7 @@ await build({ typeCheck: "both", declaration: "separate", declarationMap: true, test: Deno.env.get("DNT_SKIP_TEST") !== "true", compilerOptions: { target: "ES2022", }, Loading Loading
.github/workflows/build.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -125,6 +125,8 @@ jobs: working-directory: ${{ github.workspace }}/src/ - run: 'deno task dnt "$(jq -r .version deno.json)"' working-directory: ${{ github.workspace }}/src/ env: DNT_SKIP_TEST: "true" - run: npm pack working-directory: ${{ github.workspace }}/src/npm/ - run: deno task pack Loading
src/dnt.ts +1 −0 Original line number Diff line number Diff line Loading @@ -103,6 +103,7 @@ await build({ typeCheck: "both", declaration: "separate", declarationMap: true, test: Deno.env.get("DNT_SKIP_TEST") !== "true", compilerOptions: { target: "ES2022", }, Loading