Skip to content

Commit

Permalink
fix: postbuild script for tab and addin sample
Browse files Browse the repository at this point in the history
  • Loading branch information
jayzhang committed Oct 9, 2024
1 parent 99bc804 commit 84bd2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello-world-teams-tab-and-outlook-add-in/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:tab": "cd tab && npm run build",
"build:add-in": "cd add-in && npm run build",
"build": "npm run build:tab && npm run build:add-in",
"postbuild": "ncp tab/build build && ncp add-in/dist build",
"postbuild": "ncp tab/dist build && ncp add-in/dist build",
"dev:teamsfx": "env-cmd --silent -f .localConfigs npm run start:tab",
"install": "npm run install:add-in && npm run install:tab",
"install:add-in": "cd add-in && npm install",
Expand Down

0 comments on commit 84bd2f8

Please sign in to comment.