fix docker scripts
This commit is contained in:
parent
8e773d5335
commit
11cb91564b
@ -16,8 +16,7 @@
|
|||||||
"test": "bun test app/ lib/ && playwright test",
|
"test": "bun test app/ lib/ && playwright test",
|
||||||
"test:api": "bun test app/ lib/",
|
"test:api": "bun test app/ lib/",
|
||||||
"test:e2e": "playwright test",
|
"test:e2e": "playwright test",
|
||||||
"test:e2e:ui": "playwright test --ui",
|
"test:e2e:ui": "playwright test --ui"
|
||||||
"deploy": "docker build -f labelapp/Dockerfile -t registry.claiborne.soy/labelapp:latest .. --push"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@base-ui/react": "^1.3.0",
|
"@base-ui/react": "^1.3.0",
|
||||||
|
|||||||
11
package.json
11
package.json
@ -1,5 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "sec-cybert-monorepo",
|
"name": "sec-cybert-monorepo",
|
||||||
"private": true,
|
"private": true,
|
||||||
"workspaces": ["packages/*", "ts", "labelapp"]
|
"scripts": {
|
||||||
}
|
"labelapp:docker": "docker build -f labelapp/Dockerfile -t registry.claiborne.soy/labelapp:latest . --push"
|
||||||
|
},
|
||||||
|
"workspaces": [
|
||||||
|
"packages/*",
|
||||||
|
"ts",
|
||||||
|
"labelapp"
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user