Skip to content

Commit

Permalink
fix: test issues in sample apps (#10)
Browse files Browse the repository at this point in the history
* fix: test issues in sample apps

* fix: test issues in sample apps
  • Loading branch information
arunvishnun committed Mar 24, 2023
1 parent 68de0cb commit 3493396
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 154 deletions.
11 changes: 11 additions & 0 deletions common/config/rush/command-line.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,17 @@
"safeForSimultaneousRushProcesses": true,
"autoinstallerName": "commitlint",
"shellCommand": "commitlint"
},
{
"commandKind": "bulk",
"name": "build",
"summary": "Build all projects that haven't been built, or have changed since they were last built",
"description": "This command is similar to \"rush rebuild\", except that \"rush build\" performs...",
"safeForSimultaneousRushProcesses": false,
"enableParallelism": true,
"ignoreDependencyOrder": false,
"ignoreMissingScript": false,
"allowWarningsInSuccessfulBuild": false
}

// {
Expand Down
Loading

0 comments on commit 3493396

Please sign in to comment.