mirror of
https://github.com/cupcakearmy/obolus.git
synced 2025-09-06 00:00:40 +00:00
build script
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"pkg": "tsc && pkg --targets latest-alpine-x64 --output ./server dist/server.js",
|
||||
"pkg:mac": "tsc && pkg --targets latest-macos-x64 --output ./server-macos dist/server.js",
|
||||
"prod": "NODE_ENV=production node dist/server.js",
|
||||
"dev": "tsnd --no-notify src/server.ts"
|
||||
"build": "tsc",
|
||||
"dev": "npm i && tsnd --no-notify src/server.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jsonwebtoken": "^8.3.2",
|
||||
|
@@ -4,7 +4,7 @@
|
||||
".next/**/*"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "node server.js",
|
||||
"dev": "npm i && node server.js",
|
||||
"prod": "NODE_ENV=production node server.js",
|
||||
"build": "next build"
|
||||
},
|
||||
|
Reference in New Issue
Block a user