Skip to content

Commit 60de5e3

Browse files
committed
unified 'npm start' for both desktop and web
Using updated office-addin-debugging package which allows reading values from npm config/scripts in package.json. It also supports an appType optional argument which can be added so that "npm start web" will do the appropriate thing and the user can manual upload the manifest into an Excel Online document. "npm start" defaults to desktop. This can be changed in the package.json config "app-type-to-debug".
1 parent 1355177 commit 60de5e3

File tree

3 files changed

+91
-128
lines changed

3 files changed

+91
-128
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{
3232
"label": "Debug: Desktop",
3333
"type": "npm",
34-
"script": "start-desktop",
34+
"script": "start",
3535
"presentation": {
3636
"clear": true,
3737
"panel": "shared",

0 commit comments

Comments
 (0)