Skip to content

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-mfsi authored and hai-ko committed Dec 5, 2023
1 parent 4ccdeb1 commit ff05277
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
]
},
"scripts": {
"cli":"yarn workspace dm3-cli run dm3",
"cli": "yarn workspace dm3-cli start",
"docker:up": "cd packages/backend && docker-compose up -d",
"build": " yarn workspaces foreach -pt run build",
"start": "yarn workspace dm3-backend start",
Expand All @@ -53,8 +53,7 @@
"format": "prettier --write '*/**/*.{js,ts,tsx,json}'",
"format:check": "prettier --check '*/**/*.{js,ts,tsx,json}'",
"prepare": "husky install",
"test": "yarn workspaces foreach -p run test",
"cli": "yarn workspace dm3-cli start"
"test": "yarn workspaces foreach -p run test"
},
"packageManager": "[email protected]",
"resolutions": {
Expand Down

0 comments on commit ff05277

Please sign in to comment.