mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
Update build path in package.json
This commit is contained in:
parent
cf9bdb4eb1
commit
cc2e65445d
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user