chore: add npm fix command (#74)
* feat: add npm fix command Signed-off-by: Grant Timmerman <timmerman+devrel@google.com> * feat: add npm fix command Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
This commit is contained in:
parent
12ac181300
commit
005d5327e4
|
@ -5,6 +5,7 @@
|
|||
"main": "index.js",
|
||||
"scripts": {
|
||||
"lint": "standardx",
|
||||
"fix": "standardx --fix",
|
||||
"pretest": "npm run lint",
|
||||
"test": "mocha test/**/*.js",
|
||||
"coverage": "nyc --reporter=lcov --reporter=text npm run test",
|
||||
|
|
Loading…
Reference in New Issue