From c34792cfd27d88e0eccfd84b52e6a7a9a7a7bbf1 Mon Sep 17 00:00:00 2001 From: IvanNaum Date: Mon, 27 May 2024 03:32:22 +0300 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 99b674d..8666ecd 100644 --- a/package.json +++ b/package.json @@ -11,11 +11,10 @@ "style:prettier": "prettier --check '**/*.{js,jsx,ts,tsx}'", "make-pretty": "prettier --write '**/*.{js,jsx,ts,tsx}'", "compile:templates": "bash ./scripts/handlebars.sh", - "clean-dist": "rm -rf dist && mkdir ./dist && mkdir ./dist/uploads", "copy-img": "cp -vR ./src/img ./dist", "copy-uploads": "cp -r uploads/* ./dist/uploads", "copy-files": "npm run copy-img & npm run copy-uploads", - "init": "npm run clean-dist && npm run copy-files" + "init": "npm run compile:templates && npm run copy-files" }, "repository": { "type": "git",