From 4cc79da55f17abdc31163c3e852d6bc85ce12d76 Mon Sep 17 00:00:00 2001 From: snomiao Date: Thu, 4 Sep 2025 02:01:49 +0000 Subject: [PATCH] chore(package.json): replace npx with pnpx for consistency in command usage across scripts --- package.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 9a895d285..02c98e493 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@comfyorg/comfyui-frontend", "private": true, - "version": "1.26.9", + "version": "1.26.8", "type": "module", "repository": "https://github.com/Comfy-Org/ComfyUI_frontend", "homepage": "https://comfy.org", @@ -18,11 +18,11 @@ "format:check": "prettier --check './**/*.{js,ts,tsx,vue,mts}' --cache", "format:no-cache": "prettier --write './**/*.{js,ts,tsx,vue,mts}'", "format:check:no-cache": "prettier --check './**/*.{js,ts,tsx,vue,mts}'", - "test:browser": "npx nx e2e", + "test:browser": "pnpx nx e2e", "test:unit": "nx run test tests-ui/tests", "test:component": "nx run test src/components/", "test:litegraph": "vitest run --config vitest.litegraph.config.ts", - "preinstall": "npx only-allow pnpm", + "preinstall": "pnpx only-allow pnpm", "prepare": "husky || true && git config blame.ignoreRevsFile .git-blame-ignore-revs || true", "preview": "nx preview", "lint": "eslint src --cache", @@ -32,7 +32,7 @@ "knip": "knip --cache", "knip:no-cache": "knip", "locale": "lobe-i18n locale", - "collect-i18n": "npx playwright test --config=playwright.i18n.config.ts", + "collect-i18n": "pnpx playwright test --config=playwright.i18n.config.ts", "json-schema": "tsx scripts/generate-json-schema.ts", "storybook": "nx storybook -p 6006", "build-storybook": "storybook build" @@ -54,7 +54,6 @@ "@storybook/addon-docs": "^9.1.1", "@storybook/vue3": "^9.1.1", "@storybook/vue3-vite": "^9.1.1", - "@tailwindcss/vite": "^4.1.12", "@trivago/prettier-plugin-sort-imports": "^5.2.0", "@types/dompurify": "^3.0.5", "@types/fs-extra": "^11.0.4", @@ -65,6 +64,7 @@ "@vitejs/plugin-vue": "^5.1.4", "@vitest/ui": "^3.0.0", "@vue/test-utils": "^2.4.6", + "autoprefixer": "^10.4.19", "chalk": "^5.3.0", "commander": "^14.0.0", "eslint": "^9.12.0", @@ -90,8 +90,7 @@ "react": "^19.1.1", "react-reconciler": "^0.32.0", "storybook": "^9.1.1", - "tailwindcss": "^4.1.12", - "tailwindcss-primeui": "^0.6.1", + "tailwindcss": "^3.4.4", "tsx": "^4.15.6", "typescript": "^5.4.5", "typescript-eslint": "^8.0.0",