Skip to content

Commit 9462fee

Browse files
committed
Install manifest package before calling convert script
1 parent 8be40a6 commit 9462fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"scripts": {
1919
"build": "webpack --mode production",
2020
"build:dev": "webpack --mode development",
21-
"convert-to-single-host": "node convertToSingleHost.js",
21+
"convert-to-single-host": "npm install office-addin-manifest && node convertToSingleHost.js",
2222
"dev-server": "webpack serve --mode development",
2323
"lint": "office-addin-lint check",
2424
"lint:fix": "office-addin-lint fix",

0 commit comments

Comments
 (0)