Skip to content

Commit

Permalink
facepalm
Browse files Browse the repository at this point in the history
  • Loading branch information
samthor committed Jun 3, 2024
1 parent a6035b9 commit 7dea965
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 @@ -11,8 +11,8 @@
"build:dist-node": "esbuild src/index.ts --format=esm --platform=node --outfile=dist/node.esm.js --bundle --sourcemap",
"build:dist-browser": "esbuild src/index.ts --format=esm --platform=browser --outfile=dist/browser.esm.js --bundle --sourcemap",
"build:types": "tsc -p tsconfig.types.json",
"build": "rm -rf dist; node --run build:dist-node && node --run build:dist-browser && node --run build:types",
"prepublishOnly": "node --run build"
"build": "rm -rf dist; pnpm run build:dist-node && pnpm run build:dist-browser && pnpm run build:types",
"prepublishOnly": "pnpm run build"
},
"sideEffects": false,
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit 7dea965

Please sign in to comment.