From e95d15f325f93f221c14ef8c227e9ebe36f0459e Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Tue, 2 Jan 2024 17:12:14 +0100 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f321c67..ec405e6 100755 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "scripts": { "format": "prettier --write **/*.js", "format-check": "prettier --check **/*.js", - "lint": "eslint "./dist/**"", - "package": "ncc build --source-map". + "lint": "eslint ./src/**", + "package": "ncc build --source-map", "test": "jest", "all": "npm run format && npm run format && npm run lint && npm run package && npm run test" },