mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix: add start:collector command
This commit is contained in:
parent
813a90e3c9
commit
1073f88d69
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@
|
|||
"build": "tsc && yarn copy-files",
|
||||
"start": "functions-framework --target=importHandler",
|
||||
"dev": "concurrently \"tsc -w\" \"nodemon --watch ./build/ --exec npm run start\"",
|
||||
"copy-files": "copyfiles -u 1 src/**/*.lua build/src"
|
||||
"copy-files": "copyfiles -u 1 src/**/*.lua build/src",
|
||||
"start:collector": "functions-framework --target=importMetricsCollector"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.3.4",
|
||||
|
|
|
|||
Loading…
Reference in a new issue