From 5f016d810b95ec65d56bd9aa355b4271ac7dc256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=D0=B0ramtamt=C4=81m?= <7326800+tarampampam@users.noreply.github.com> Date: Thu, 20 Jun 2024 15:14:00 +0400 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c291ed..8d1a972 100644 --- a/package.json +++ b/package.json @@ -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"