-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Script entrypoints for CI and run in project root
- Loading branch information
Showing
4 changed files
with
221 additions
and
184 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
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
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 |
---|---|---|
|
@@ -12,7 +12,15 @@ | |
"frontends" | ||
], | ||
"scripts": { | ||
"build": "yarn workspace mit-open run build" | ||
"build": "yarn workspace mit-open run build", | ||
"style-lint": "yarn workspace frontends run style-lint", | ||
"test": "yarn workspace frontends global:test", | ||
"lint-check": "yarn workspace frontends run lint-check", | ||
"typecheck": "yarn workspace frontends run typecheck", | ||
"build-storybook": "yarn workspace frontends run build-storybook" | ||
}, | ||
"packageManager": "[email protected]" | ||
"packageManager": "[email protected]", | ||
"devDependencies": { | ||
"syncpack": "^12.3.2" | ||
} | ||
} |
Oops, something went wrong.