Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit bc39bf6

Browse files
committed
Emit built JS to new dest dir
1 parent 90a58dc commit bc39bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"sideEffects": false,
2626
"scripts": {
27-
"build": "esbuild dist/esm/Decimal128.mjs --bundle --outfile=./Decimal128-full.js",
27+
"build": "mkdir -p dist && esbuild ./src/Decimal128.mjs --bundle --outfile=./dist/Decimal128.js",
2828
"test": "jest",
2929
"format": "prettier . --write",
3030
"lint": "prettier . --check",

0 commit comments

Comments
 (0)