From d396b05d5fe648a564bc81837ab64195c95999b7 Mon Sep 17 00:00:00 2001 From: rndquu Date: Tue, 12 Mar 2024 18:59:02 +0300 Subject: [PATCH] ci: test --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index eae7310..c830043 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,7 @@ "knip": "knip", "knip-ci": "knip --no-exit-code --reporter json", "prepare": "husky install", - "preinstall": "echo HERE", - "postinstall": "git submodule update --init --recursive", + "postinstall": "git submodule update --init --recursive && echo HERE", "cy:open": "cypress open", "cy:run": "cypress run --browser chrome" },