Skip to content

Commit

Permalink
fix: lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
akki-jat committed Dec 16, 2022
1 parent a3c9ca2 commit daf9c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"types": "index.d.ts",
"scripts": {
"test": "vue-cli-service test:unit",
"lint": "eslint --ext .js,.vue src tests/unit/specs",
"lint": "eslint --ext .js,.vue src tests/unit/*.spec.js",
"dev": "node build/dev-server.js",
"bundle:dist": "rm -rf dist && webpack --config build/webpack.bundle.conf.js",
"bundle": "node build/bundle.js",
Expand Down

0 comments on commit daf9c03

Please sign in to comment.