Skip to content

Commit a2db3dd

Browse files
committed
Added syntax checking
1 parent a9a5726 commit a2db3dd

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
@@ -11,6 +11,7 @@
1111
"check": "node lib/requirements.js",
1212
"build": "npm run test",
1313
"start": "node index.js",
14+
"test": "node --check index.js",
1415
"prepare": "husky install"
1516
},
1617
"keywords": [

0 commit comments

Comments
 (0)