Update build path in package.json

This commit is contained in:
Simon Larsen 2024-03-14 11:14:22 +00:00
parent cf9bdb4eb1
commit cc2e65445d
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -4,7 +4,7 @@
"description": "",
"scripts": {
"start": "npm run compile && node --require ts-node/register Index.ts",
"build": "esbuild Index.ts --bundle --platform=node --outfile=./Build/Index.js --loader:.node=file",
"build": "esbuild Index.ts --bundle --platform=node --outfile=./build/Index.js --loader:.node=file",
"compile": "tsc",
"clear-modules": "rm -rf node_modules && rm package-lock.json && npm install",
"dev": "npx nodemon",