Skip to content

Commit

Permalink
Merge pull request #141 from VisActor/release/0.12.2
Browse files Browse the repository at this point in the history
[Auto release] release 0.12.2
  • Loading branch information
neuqzxy authored Jul 11, 2023
2 parents c3625cd + b012e26 commit 5a6c944
Show file tree
Hide file tree
Showing 26 changed files with 489 additions and 284 deletions.
11 changes: 9 additions & 2 deletions common/config/rush/command-line.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,14 @@
"description": "Run this command to start VRender development server",
"safeForSimultaneousRushProcesses": true,
"shellCommand": "ts-node common/autoinstallers/lint/change-all.ts"
}
},
{
"name": "components",
"commandKind": "global",
"summary": "Start the development server of VRender components",
"description": "Run this command to start VRender components development server",
"shellCommand": "rush run -p @visactor/vrender-components -s start"
},
],
"parameters": [
{
Expand Down Expand Up @@ -166,4 +173,4 @@
]
}
]
}
}
Loading

0 comments on commit 5a6c944

Please sign in to comment.