Skip to content

Commit

Permalink
ci: fix lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
sfelix-martins committed Oct 29, 2020
1 parent 7cb7516 commit 0066840
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 @@ -18,7 +18,7 @@
"scripts": {
"build": "tsc",
"format": "prettier --write \"**/*.ts\"",
"lint": "eslint '{lib,commands,actions}/**/*.ts' --fix",
"lint": "eslint 'src/**/*.ts' --fix",
"start": "node dist/bin/fun.js",
"prepublish:next": "npm run build",
"publish:next": "npm publish --access public --tag next",
Expand Down

0 comments on commit 0066840

Please sign in to comment.