mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
Rename dev to test:watch
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
"cleanup:node": "rimraf ./node",
|
||||
"cleanup:browser": "rimraf ./browser",
|
||||
"cleanup:coverage": "rimraf ./coverage",
|
||||
"dev": "jest --coverage --watchAll",
|
||||
"test": "jest --coverage"
|
||||
"test": "jest --coverage",
|
||||
"test:watch": "jest --coverage --watchAll"
|
||||
},
|
||||
"keywords": [
|
||||
"api",
|
||||
|
||||
Reference in New Issue
Block a user