Fix typo
This commit is contained in:
parent
733932dd91
commit
edef661a1f
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
||||||
"prepack": "npm run build && npm run format",
|
"prepack": "npm run build && npm run format",
|
||||||
"test": "npm run build && npm run format && npm run test-coverage",
|
"test": "npm run build && npm run format && npm run test-coverage",
|
||||||
"test-api": "node --conditions development test/index.js",
|
"test-api": "node --conditions development test/index.js",
|
||||||
"test-coverage": "c8 --100 --check-coverage --reporter lcov npm run test-api"
|
"test-coverage": "c8 --100 --reporter lcov npm run test-api"
|
||||||
},
|
},
|
||||||
"prettier": {
|
"prettier": {
|
||||||
"bracketSpacing": false,
|
"bracketSpacing": false,
|
||||||
|
|
Loading…
Add table
Reference in a new issue