fix: test formatting
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"format": "pretty-quick",
|
"format": "pretty-quick --staged",
|
||||||
"build": "npm run tests && tsc",
|
"build": "npm run tests && tsc",
|
||||||
"tests": "mocha -R progress -r ts-node/register ./tests/**/*.spec.ts",
|
"tests": "mocha -R progress -r ts-node/register ./tests/**/*.spec.ts",
|
||||||
"test": "mocha -r ts-node/register",
|
"test": "mocha -r ts-node/register",
|
||||||
|
|||||||
Reference in New Issue
Block a user