forked from simrail/simrail.pro
fix npm run build does not move home.ejs
This commit is contained in:
parent
1b021c0a1f
commit
01bba3635c
@ -3,7 +3,7 @@
|
|||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"postbuild": "copyfiles --error --up 1 src/http/views/**/* dist",
|
"postbuild": "copyfiles --error --up 1 src/http/views/** dist",
|
||||||
"dev": "npm run build && doppler run node dist"
|
"dev": "npm run build && doppler run node dist"
|
||||||
},
|
},
|
||||||
"author": "Aleksander <alekswilc> Wilczyński",
|
"author": "Aleksander <alekswilc> Wilczyński",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user