Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 33c193d

Browse files
committed
build: add lint script
1 parent eee5819 commit 33c193d

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
@@ -17,7 +17,8 @@
1717
"atom": ">=1.0.0 <2.0.0"
1818
},
1919
"scripts": {
20-
"test": "(flow check) && (eslint . ) && (apm test)"
20+
"lint": "(flow check) && (eslint . )",
21+
"test": "(npm run lint) && (apm test)"
2122
},
2223
"dependencies": {
2324
"atom-linter": "9.0.1",

0 commit comments

Comments
 (0)