chore: clean up

This commit is contained in:
Luan
2024-09-16 07:21:33 -03:00
parent 5549a97173
commit f8c253177f
4 changed files with 11 additions and 105 deletions

View File

@@ -13,7 +13,7 @@
"build": "npm run clean && npm run lint && npm run build:proto && npm run build:esm && npm run bundle:node",
"build:esm": "npx tsc",
"build:proto": "node ./dev-scripts/generate-proto.mjs",
"bundle:node": "npx esbuild ./dist/src/index.js --bundle --outfile=./bundle/index.cjs --platform=node --target=node10 --format=cjs --sourcemap --banner:js=\"/* eslint-disable */\"",
"bundle:node": "npx esbuild ./dist/src/index.js --bundle --outfile=./bundle/index.cjs --platform=node --target=node16 --format=cjs --sourcemap --banner:js=\"/* eslint-disable */\"",
"prepare": "npm run build"
},
"repository": {