From fe76a698cde0ee7049f9ccc1a334fb2426d8e63d Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 7 Sep 2024 14:02:13 +0200 Subject: [PATCH] update build script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26213b2d0..ffbd8f479 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "bundlewatch": "bundlewatch", "storybook": "start-storybook -p 6006", "changelog": "node .build/changelog.js", - "icons": "git checkout dev && BRANCH_NAME=\"dev-tabler-icons-`pnpm info @tabler/icons version`\" && git branch $BRANCH_NAME && git checkout $BRANCH_NAME && ncu -u @tabler/icons && pnpm install && pnpm run svg-icons && git add . && git commit -am \"update icons to v`pnpm info @tabler/icons version`\" && git push origin $BRANCH_NAME", + "icons": "git checkout dev && BRANCH_NAME=\"dev-tabler-icons-`pnpm info @tabler/icons version`\" && git branch $BRANCH_NAME && git checkout $BRANCH_NAME && ncu -u @tabler/icons && pnpm install && pnpm run svg-icons && git add . && git commit -am \"update icons to v`pnpm info @tabler/icons version`\" && git push origin $BRANCH_NAME && git checkout dev", "download-images": "node .build/download-images.js", "optimize-images": "for i in ./src/static/photos/*.jpg; do convert \"$i\" -quality 80% \"${i%.jpg}.jpg\"; done", "format:check": "prettier --check src/**/*.{js,scss} --cache",