Skip to content

Commit 5c5896e

Browse files
committed
chore: 🔧 start/stop for local test deps
1 parent 1dd415c commit 5c5896e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"test": "jest --runInBand",
4141
"format": "prettier --write src/{*.ts,**/*.ts}",
4242
"u": "yarn upgrade-interactive",
43-
"up": "docker-compose up",
44-
"down": "docker-compose down",
43+
"start": "docker-compose up",
44+
"stop": "docker-compose down",
4545
"coverage": "FILE=./coverage/lcov-report/index.html; test -f $FILE && open $FILE || echo 'no coverage yet, run yarn test'"
4646
},
4747
"dependencies": {

0 commit comments

Comments
 (0)