added missing files, update build behaviour
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"main": "src/index.ts",
|
||||
"scripts": {
|
||||
"test": "bun --env-file=.env.test test ./src/tests/",
|
||||
"build": "bun build src/index.ts --target bun",
|
||||
"build": "docker build --pull --progress=plain --no-cache -t bgapp .",
|
||||
"dev": "bun --env-file=.env.dev run src/index.ts"
|
||||
},
|
||||
"private": true,
|
||||
|
||||
Reference in New Issue
Block a user