Skip to content

Commit

Permalink
Merge pull request #1367 from OfficeDev/huajie/hotfix-oa-tab
Browse files Browse the repository at this point in the history
fix: postbuild for outlook add-in sample
  • Loading branch information
MSFT-yiz authored Nov 28, 2024
2 parents f720f97 + 9a4e4ab commit d6a03f9
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": "npx ncp tab/dist build && ncp add-in/dist build",
"postbuild": "npx ncp tab/dist build && npx 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 d6a03f9

Please sign in to comment.