mirror of
https://github.com/cupcakearmy/obolus.git
synced 2024-12-22 16:16:27 +00:00
build script
This commit is contained in:
parent
f6a99d702f
commit
0b0177d089
@ -4,7 +4,8 @@
|
|||||||
"pkg": "tsc && pkg --targets latest-alpine-x64 --output ./server dist/server.js",
|
"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",
|
"pkg:mac": "tsc && pkg --targets latest-macos-x64 --output ./server-macos dist/server.js",
|
||||||
"prod": "NODE_ENV=production node 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": {
|
"devDependencies": {
|
||||||
"@types/jsonwebtoken": "^8.3.2",
|
"@types/jsonwebtoken": "^8.3.2",
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
".next/**/*"
|
".next/**/*"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "node server.js",
|
"dev": "npm i && node server.js",
|
||||||
"prod": "NODE_ENV=production node server.js",
|
"prod": "NODE_ENV=production node server.js",
|
||||||
"build": "next build"
|
"build": "next build"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user