Skip to content

Commit 13dfceb

Browse files
committed
Runs the linter on test files.
1 parent 66c5d4c commit 13dfceb

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
@@ -20,7 +20,7 @@
2020
"postbuild": "export platform=darwin; npm run zip & export platform=linux; npm run zip & export platform=win32; npm run zip",
2121
"zip": "cd dist/Awsaml-${platform}-x64 && zip -q -FS -r ../awsaml-v${npm_package_version}-${platform}-x64.zip .",
2222
"test": "mocha",
23-
"lint": "eslint *.js views/*/** lib/*/**"
23+
"lint": "eslint *.js views/*/** lib/*/** test/**"
2424
},
2525
"dependencies": {
2626
"aws-sdk": "2.2.11",

0 commit comments

Comments
 (0)