Skip to content

Commit

Permalink
chore: rollback .js files to @types
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Jun 26, 2024
1 parent 8173f01 commit bc5a1f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"docker:deno": "docker compose -f test/docker/playground/deno/docker-compose.yml up --build",
"clear": "shx rm -rf lib ci coverage",
"prebuild": "npm run clear",
"build": "tsc && shx rm -rf lib/@types && tsc -p tsconfig.types.json && tsc -p tsconfig.test.json",
"build": "tsc && tsc -p tsconfig.test.json",
"postbuild": "tsx tools/compatibility/node.ts && shx cp fixtures/server/package.json ci/fixtures/server/package.json && npm run build:deno && shx chmod +x lib/bin/index.js",
"build:deno": "esbuild src/polyfills/deno.mts --outfile=lib/polyfills/deno.mjs --format=esm",
"eslint:checker": "eslint . --ext .js,.ts",
Expand Down
9 changes: 0 additions & 9 deletions tsconfig.types.json

This file was deleted.

0 comments on commit bc5a1f3

Please sign in to comment.