Skip to content

Commit

Permalink
remove error suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
hudlow committed Sep 24, 2024
1 parent 8ffaa7e commit 6fa132d
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 @@ -17,7 +17,7 @@
],
"scripts": {
"prepare": "./bin/prepare-runtime.ts && npm run bundle",
"bundle": "mkdir dist &> /dev/null; esbuild index.ts --bundle --platform=node --format=cjs --external:peggy --external:ts-morph --external:source-map-generator > ./dist/index.cjs",
"bundle": "mkdir dist; esbuild index.ts --bundle --platform=node --format=cjs --external:peggy --external:ts-morph --external:source-map-generator > ./dist/index.cjs",
"clean": "rm -rf dist/ node_modules/ jest.config.js library/runtime.ts",
"lint": "prettier . --check",
"format": "prettier . --write",
Expand Down

0 comments on commit 6fa132d

Please sign in to comment.