Skip to content

Commit 2d32c63

Browse files
committed
Added exception for lint
1 parent d664e6d commit 2d32c63

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
@@ -6,7 +6,8 @@
66
"scripts": {
77
"snyk-protect": "snyk protect",
88
"prepublish": "npm run snyk-protect",
9-
"test": "echo \"Error: no test specified\" && exit 0"
9+
"test": "echo \"Error: no test specified\" && exit 0",
10+
"lint": "echo \"Error: no lint specified\" && exit 0"
1011
},
1112
"keywords": [
1213
"systemic",

0 commit comments

Comments
 (0)