Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam authored Jun 20, 2024
1 parent e4539d4 commit 2eb3a54
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 nomad binary file 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 2eb3a54

Please sign in to comment.