Skip to content

Commit

Permalink
build(release): merge v3 back to dev branch (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
qinezh committed Jul 19, 2023
1 parent c92335e commit 3153d68
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion developer-assist-dashboard/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
{
"label": "Watch backend",
"type": "shell",
"command": "npm run watch",
"command": "npm run watch:teamsfx",
"isBackground": true,
"options": {
"cwd": "${workspaceFolder}/api"
Expand Down
2 changes: 1 addition & 1 deletion developer-assist-dashboard/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dev:teamsfx": "env-cmd --silent -f .localConfigs npm run dev",
"dev": "func start --typescript --language-worker=\"--inspect=9229\" --port \"7071\" --cors \"*\"",
"build": "tsc",
"watch": "tsc -w",
"watch:teamsfx": "tsc -w",
"prestart": "npm run build",
"start": "npx func start",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 2 additions & 0 deletions hello-world-in-meeting/appPackage/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
"groupchat"
],
"context": [
"channelTab",
"privateChatTab",
"meetingChatTab",
"meetingDetailsTab",
"meetingSidePanel"
Expand Down
2 changes: 1 addition & 1 deletion hello-world-tab-with-backend/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
{
"label": "Watch backend",
"type": "shell",
"command": "npm run watch",
"command": "npm run watch:teamsfx",
"isBackground": true,
"options": {
"cwd": "${workspaceFolder}/api"
Expand Down
2 changes: 1 addition & 1 deletion hello-world-tab-with-backend/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dev:teamsfx": "env-cmd --silent -f .localConfigs npm run dev",
"dev": "func start --typescript --language-worker=\"--inspect=9229\" --port \"7071\" --cors \"*\"",
"build": "tsc",
"watch": "tsc -w",
"watch:teamsfx": "tsc -w",
"prestart": "npm run build",
"start": "npx func start",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"canUpdateConfiguration": true,
"scopes": [
"team",
"groupchat"
"groupChat"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion team-central-dashboard/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
{
"label": "Watch backend",
"type": "shell",
"command": "npm run watch",
"command": "npm run watch:teamsfx",
"isBackground": true,
"options": {
"cwd": "${workspaceFolder}/api"
Expand Down
2 changes: 1 addition & 1 deletion team-central-dashboard/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dev:teamsfx": "env-cmd --silent -f .localConfigs npm run dev",
"dev": "func start --typescript --language-worker=\"--inspect=9229\" --port \"7071\" --cors \"*\"",
"build": "tsc",
"watch": "tsc -w",
"watch:teamsfx": "tsc -w",
"prestart": "npm run build",
"start": "npx func start",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 3153d68

Please sign in to comment.