features
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.build.json",
|
||||
"build": "tsc -p tsconfig.build.json && node scripts/copy-mail-assets.js",
|
||||
"start": "node dist/main.js",
|
||||
"start:dev": "nest start --watch",
|
||||
"preview:mails": "ts-node scripts/render-mail-previews.ts",
|
||||
"test": "jest --passWithNoTests",
|
||||
"lint": "eslint \"src/**/*.ts\""
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user