Skip to content

Commit

Permalink
fix(core): esbuild with cjs, fixes #115
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesKyburz committed Jan 20, 2024
1 parent 2a063f0 commit a795b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test:packages": "tap --no-check-coverage --no-coverage-report --test-regex='tests\\/.*(test.ts)'",
"test:coverage": "tap --check-coverage --coverage-report=html --no-browser --branches=95 --lines=99 --statements=99 --functions=99",
"test": "npm run test:packages && npm run test:coverage",
"build": "esbuild **/*.ts index.ts --outdir=dist/ --platform=node --format=esm --packages=external --bundle --sourcemap"
"build": "esbuild **/*.ts index.ts --outdir=dist/ --platform=node --format=cjs --packages=external --bundle --sourcemap"
},
"tap": {
"node-arg": [
Expand Down

0 comments on commit a795b01

Please sign in to comment.