mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-11 12:58:32 +03:00
lint tests
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"dev": "nodemon -w src --exec \"babel-node src\"",
|
||||
"build": "npx babel src -d dist",
|
||||
"start": "node dist",
|
||||
"lint": "standard \"src/**/*.js\"",
|
||||
"lint": "standard \"src/**/*.js\" \"test/**/*/js\"",
|
||||
"test-watch": "ava --watch",
|
||||
"test": "ava --verbose"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user