Skip to content

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 a56db95 commit 5f016d8
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": "This GitHub action allows receiving the secrets from the doppler.com",
"main": "src/index.js",
"scripts": {
"lint": "eslint --config package.json ./src/**/*.js",
"lint": "eslint --config package.json './src/**/*.js'",
"build:index": "ncc build src/index.js -o dist/action --minify --no-cache",
"build:cleanup": "ncc build src/cleanup.js -o dist/cleanup --minify --no-cache",
"build": "npm run build:index && npm run build:cleanup"
Expand Down

0 comments on commit 5f016d8

Please sign in to comment.