-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4ccdeb1
commit ff05277
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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": { | ||
|