Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from joshgummersall/main
Browse files Browse the repository at this point in the history
yarn workspaces
  • Loading branch information
Alex authored Jun 7, 2021
2 parents 3918064 + cb853ad commit 76fda56
Show file tree
Hide file tree
Showing 4 changed files with 3,102 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea
node_modules
3 changes: 2 additions & 1 deletion empty_bot/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "empty_bot",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=dev node index.js"
Expand All @@ -15,6 +16,6 @@
"botbuilder-dialogs-adaptive-runtime-integration-express": "4.13.5-preview",
"botbuilder-dialogs-declarative": "4.13.5-preview",
"cross-env": "latest",
"multiply-dialog-package": "file:../multiply_dialog_package"
"multiply-dialog-package": "1.0.0"
}
}
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "adaptive-dialogs-custom-action",
"private": true,
"workspaces": ["empty_bot", "multiply_dialog_package"],
"scripts": {
"dev": "yarn workspace empty_bot dev"
}
}
Loading

0 comments on commit 76fda56

Please sign in to comment.