Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
crookse committed Dec 11, 2022
1 parent 5143459 commit 1e4b15a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"build:cjs": "tsc --project tsconfig.cjs.json",
"build:conversion-workspace": "deno run --allow-read --allow-write ./console/build_esm_lib.ts",
"build:esm": "tsc --project tsconfig.esm.json",
"build:esm-lib": "console/build_esm_lib ./src ./mod.ts --workspace=./tmp/conversion_workspace",
"build:windows": "bash console/build_esm_lib && yarn && yarn build:cjs && yarn build:esm",
"build:esm-lib": "console/build_esm_lib ./src ./mod.ts --workspace=./tmp/conversion_workspace --debug",
"build:windows": "bash console/build_esm_lib ./src ./mod.ts --workspace=./tmp/conversion_workspace --debug && yarn && yarn build:cjs && yarn build:esm",
"release": "yarn publish --access public",
"test": "yarn test:deno && yarn test:cjs && yarn test:esm",
"test:cjs": "yarn jest tests/cjs/",
Expand Down

0 comments on commit 1e4b15a

Please sign in to comment.