From d348260504b7d64ae1f1c0324f9f9c91eee51f86 Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" Date: Wed, 29 May 2024 22:05:16 +0500 Subject: [PATCH] remove unused scripts in package.json --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 5730de5b..6a4f842c 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,7 @@ "description": "My Discord Bot", "main": "index.js", "scripts": { - "preinstall": "npx only-allow pnpm", - "start": "node .", - "lint": "eslint . --ext .js --ignore-pattern \"dashboard-core/\"" + "start": "node ." }, "author": "@jonny_bro", "dependencies": {