Skip to content

Commit 4806fb1

Browse files
committed
Add postinstall step
1 parent e411fec commit 4806fb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"lint": "eslint -f @microsoft/eslint-formatter-sarif -o output.sarif.json index.js"
8+
"lint": "eslint -f @microsoft/eslint-formatter-sarif -o output.sarif.json index.js",
9+
"postinstall": "cd eslint-formatter/src/ESLint.Formatter && npm install"
910
},
1011
"repository": {
1112
"type": "git",

0 commit comments

Comments
 (0)