Skip to content

Commit c59ab94

Browse files
authored
build: update build mono repo script (OfficeDev#10600)
1 parent a10762b commit c59ab94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"setup": "pnpm install && npm run build",
88
"watch": "pnpm --parallel -r run watch",
9-
"build": "pnpm -r run --filter=!@microsoft/teamsfx-react build && pnpm run --filter=@microsoft/teamsfx-react build",
9+
"build": "pnpm -r run build",
1010
"precommit": "lint-staged",
1111
"clean": "pnpm -r exec rimraf node_modules",
1212
"prepare": "husky install"

0 commit comments

Comments
 (0)