Add top-level build and start scripts

[MAILPOET-5015]
This commit is contained in:
Jan Jakes
2023-02-15 12:20:17 +01:00
committed by Jan Jakeš
parent 65fefd3d73
commit 2d0228e4e4

View File

@@ -1,6 +1,10 @@
{
"private": true,
"type": "module",
"scripts": {
"build": "pnpm -r build",
"start": "pnpm --reporter append-only -r start"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},