Merge pull request 'build(backend): remove postbuild' (#46) from v3 into preview

Reviewed-on: simrail/simrail.alekswilc.dev#46
This commit is contained in:
Aleksander Wilczyński 2024-11-09 00:12:50 +01:00
commit ab75a466fc
Signed by: gitea
GPG Key ID: CECFC30736A3D1C8

View File

@ -5,7 +5,6 @@
"version": "3.0.0",
"scripts": {
"build": "tsc",
"postbuild": "copyfiles --error --up 1 src/http/views/**/* src/http/views/* ../../dist/backend/",
"start": "yarn build && doppler run node ../../dist/backend/index.js"
},
"author": "Aleksander <alekswilc> Wilczyński",