Update prettier script

pull/81/head
MillenniumEarl 2021-03-04 16:03:35 +01:00
parent ecad3d2ade
commit 8cc60b2d6b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
],
"scripts": {
"lint": "eslint . --ext .ts",
"prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write",
"prettier-format": "prettier --config .prettierrc '{src,tests}/**/*.ts' --write",
"compile": "tsc",
"publish": "npm publish",
"test": "nyc --reporter=text mocha './test/index-test.ts'",