We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d03391 commit 876277bCopy full SHA for 876277b
package.json
@@ -18,7 +18,7 @@
18
"scripts": {
19
"build": "webpack --mode production",
20
"build:dev": "webpack --mode development",
21
- "convert-to-single-host": "npm install office-addin-manifest && node convertToSingleHost.js",
+ "convert-to-single-host": "node convertToSingleHost.js",
22
"dev-server": "webpack serve --mode development",
23
"lint": "office-addin-lint check",
24
"lint:fix": "office-addin-lint fix",
0 commit comments