Skip to content

Commit

Permalink
opw
Browse files Browse the repository at this point in the history
  • Loading branch information
libkakashi committed Mar 30, 2024
1 parent b5d9b11 commit fa783d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build": "tsc && npm run build:esm",
"build:esm": "tsc --module esnext --outDir dist/esm && mv dist/esm/index.js dist/index.mjs && rm -rf dist/esm",
"build:bun": "bun run build.mjs",
"prepare": "npm run build",
"prepare": "tsc && tsc --module esnext --outDir dist/esm && mv dist/esm/index.js dist/index.mjs && rm -rf dist/esm",
"lint": "gts lint",
"clean": "gts clean",
"fix": "gts fix"
Expand Down

0 comments on commit fa783d6

Please sign in to comment.