We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ccf00 commit e80b005Copy full SHA for e80b005
package.json
@@ -13,7 +13,7 @@
13
"main": "lib/index.js",
14
"files": ["lib"],
15
"scripts": {
16
- "build": "esbuild --bundle src/index.ts --outdir=lib --platform=node --external:@myriaddreamin/typst-ts-web-compiler",
+ "build": "esbuild --bundle src/index.ts --outfile=lib/index.js --platform=node --external:@myriaddreamin/typst-ts-web-compiler --minify",
17
"clean": "rm -frv lib",
18
"format:write": "biome format --write .",
19
"format": "biome format .",
0 commit comments