Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam committed Jun 20, 2024
1 parent 4ee3199 commit 271d6e4
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 @@ -3,7 +3,7 @@
"description": "Installs Geth (Go Ethereum) and tools into your actions workflow",
"main": "src/index.js",
"scripts": {
"lint": "eslint --config package.json ./src/**/*.js",
"lint": "eslint --config package.json './src/**/*.js'",
"build": "ncc build src/index.js -o dist --minify --no-cache"
},
"repository": {
Expand Down

0 comments on commit 271d6e4

Please sign in to comment.