From 9b75f5b811e4691df4441deed3baf8267bee3053 Mon Sep 17 00:00:00 2001 From: Sokhibjon Orzikulov Date: Wed, 15 Nov 2023 11:07:29 +0500 Subject: [PATCH] Update package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 68b74ee..aed7e0d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "version": "1.0.0", "description": "Rewritten version of website", "scripts": { - "install": "./vercel/install.sh", + "list": "pwd && ls -la", + "rnstl": "pnpm run list && ./vercel/install.sh", "build": "./vercel/build.sh" }, "author": "Sokhibjon Orzikulov ",