mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Separate test and lint steps
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"node": ">=10.15.3"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "gulp lint && jest --config tests/javascripts/jest.config.js tests/javascripts",
|
||||
"lint": "gulp lint",
|
||||
"test": "jest --config tests/javascripts/jest.config.js tests/javascripts",
|
||||
"test-watch": "jest --watch --config tests/javascripts/jest.config.js tests/javascripts",
|
||||
"build": "gulp",
|
||||
"watch": "gulp watch",
|
||||
|
||||
Reference in New Issue
Block a user