Skip to content

Commit

Permalink
Save Wed Aug 2 09:19:25 AM -03 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Arregui committed Aug 2, 2023
1 parent 68e7a17 commit c65a82d
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 @@ -6,7 +6,7 @@
"typings": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "esbuild src/index.ts --bundle --platform=neutral --outdir=dist --out-extension:.js=.js --external:crypto && tsc --emitDeclarationOnly --outDir dist",
"build": "esbuild src/index.ts --bundle --platform=neutral --outdir=dist --out-extension:.js=.js --external:crypto --format=cjs && tsc --emitDeclarationOnly --outDir dist",
"test": "vitest run",
"test:watch": "vitest",
"lint:check": "eslint '**/*.{js,ts}'",
Expand Down

0 comments on commit c65a82d

Please sign in to comment.