Skip to content

Commit 16cadba

Browse files
authored
Merge pull request #70 from akrantz/validate
'npm run validate' will validate the manifest
2 parents 86d4adf + b6477f2 commit 16cadba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"start-web": "office-addin-debugging start manifest.xml --dev-server \"npm run dev-server\" --dev-server-port 3000 --no-debug --no-live-reload",
1717
"stop": "office-addin-debugging stop manifest.xml --unload \"npm run unload\"",
1818
"unload": "office-toolbox remove -m manifest.xml -a excel",
19+
"validate": "office-toolbox validate -m manifest.xml",
1920
"watch": "webpack --mode development --watch"
2021
},
2122
"dependencies": {

0 commit comments

Comments
 (0)