Copy crontab file on build
This commit is contained in:
parent
20cb2836f0
commit
4f03591629
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"author": "Darren Clarke <darren@redaranj.com>",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.json",
|
||||
"build": "tsc -p tsconfig.json && cp crontab build/main/crontab",
|
||||
"dev": "dotenv -- graphile-worker",
|
||||
"start": "node build/main/index.js"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue