Skip to content

Commit

Permalink
fix eslint directory
Browse files Browse the repository at this point in the history
bbd2ee6 got this wrong – the lint command already centrally specifies
the directory to lint. There is no need to redundantly specify it in the
test target.
  • Loading branch information
wiese committed Jan 27, 2023
1 parent 1af4a89 commit cb7f823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"postinstall": "node build/soundfont.js",
"serve": "vue-cli-service serve --https",
"build": "vue-cli-service build",
"test": "yarn run test:unit && yarn run lint . --no-fix",
"test": "yarn run test:unit && yarn run lint --no-fix",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint ."
},
Expand Down

0 comments on commit cb7f823

Please sign in to comment.