Skip to content

Commit

Permalink
Merge remote-tracking branch 'JamesKyburz/fix/core-dist' into resourc…
Browse files Browse the repository at this point in the history
…e-customisation
  • Loading branch information
eoinsha committed Jan 22, 2024
2 parents d3df602 + a795b01 commit fd406c7
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 fd406c7

Please sign in to comment.