package: build-bun
This commit is contained in:
parent
1b9a4984a5
commit
426d355765
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "esbuild compilar.ts *.js --target=node18 --outdir=build-js --sourcemap && node --enable-source-maps --trace-uncaught build-js/compilar.js && pagefind --source build",
|
"build": "esbuild compilar.ts *.js --target=node18 --outdir=build-js --sourcemap && node --enable-source-maps --trace-uncaught build-js/compilar.js && pagefind --source build",
|
||||||
|
"build-bun": "bun build compilar.ts --target bun > build-js/bun.js && bun build-js/bun.js && pagefind --source build",
|
||||||
"check": "tsc",
|
"check": "tsc",
|
||||||
"refresh-feeds": "node feeds.js refresh"
|
"refresh-feeds": "node feeds.js refresh"
|
||||||
},
|
},
|
||||||
|
|
Reference in a new issue