mirror of
https://github.com/maxswa/osrs-json-hiscores.git
synced 2025-10-15 10:19:04 +00:00
Fix test script.
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"format": "prettier --write \"src/**/*.ts\"",
|
"format": "prettier --write \"src/**/*.ts\"",
|
||||||
"lint": "eslint --fix \"src/**/*.ts\"",
|
"lint": "eslint --fix \"src/**/*.ts\"",
|
||||||
"test": "jest --config jestconfig.json",
|
"test": "jest",
|
||||||
"prepublish": "yarn run build",
|
"prepublish": "yarn run build",
|
||||||
"release": "np"
|
"release": "np"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user