Skip to content

Commit

Permalink
t2
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-joelmut committed Dec 11, 2024
1 parent 5f645ba commit 63cf0a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/botbuilder-vendors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"url": "https://github.com/Microsoft/botbuilder-js.git"
},
"scripts": {
"install": "ts-node src/index.ts install",
"build": "ts-node src/index.ts build"
"postinstall": "ts-node src/index.ts install",
"postbuild": "ts-node src/index.ts build"
},
"dependencies": {
"fast-glob": "^3.3.2",
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
}
},
"scripts": {
"postinstall": "yarn workspace botbuilder-vendors postinstall",
"postbuild": "yarn workspace botbuilder-vendors postbuild",
"browser-functional-test": "yarn workspace browser-functional-tests test",
"build": "wsrun -e -m -t build",
"build-docs": "wsrun -e -m build-docs",
Expand Down

0 comments on commit 63cf0a6

Please sign in to comment.