mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-13 08:42:31 +00:00
chore: clean up
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user