Skip to content

Commit

Permalink
Emit built JS to new dest dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jessealama committed Dec 3, 2024
1 parent 90a58dc commit bc39bf6
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 @@ -24,7 +24,7 @@
},
"sideEffects": false,
"scripts": {
"build": "esbuild dist/esm/Decimal128.mjs --bundle --outfile=./Decimal128-full.js",
"build": "mkdir -p dist && esbuild ./src/Decimal128.mjs --bundle --outfile=./dist/Decimal128.js",
"test": "jest",
"format": "prettier . --write",
"lint": "prettier . --check",
Expand Down

0 comments on commit bc39bf6

Please sign in to comment.