Skip to content

Commit 876277b

Browse files
committed
Removing the install command
1 parent 1d03391 commit 876277b

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": "npm install office-addin-manifest && node convertToSingleHost.js",
21+
"convert-to-single-host": "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)