small refactor
This commit is contained in:
parent
39f6fe49d1
commit
72aeed411a
2 changed files with 3 additions and 3 deletions
|
|
@ -18,8 +18,8 @@
|
|||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
"start": "node src/app.js",
|
||||
"start:containers": "docker compose up -d --build",
|
||||
"stop:containers": "docker compose down",
|
||||
"start:container": "docker compose up -d --build",
|
||||
"stop:container": "docker compose down",
|
||||
"cli": "node src/cli.js",
|
||||
"test": "playwright test",
|
||||
"lint": "eslint . --fix",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue