diff --git a/package.json b/package.json index 1b927e565..08f499b55 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "bundlewatch": "bundlewatch", "storybook": "start-storybook -p 6006", "changelog": "node .build/changelog.js", - "icons": "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", + "icons": "git checkout dev && dev-tabler-icons-`pnpm info @tabler/icons version` && 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", "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",