From 165f79669bb9fc6d981c2f944a3e2f5155c37499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=98=B1=E8=BE=BE?= Date: Thu, 13 Mar 2025 17:43:55 +0800 Subject: [PATCH] "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "*" } --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index f1d61ff..854e38c 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,9 @@ "lint": "npx eslint -c ./node_modules/@yl/yili-fe-lint-config/eslintrc.vue3.js \"src/**/*.{js,ts,tsx,vue,html}\" --fix", "stylelint": "npx stylelint -c ./node_modules/@yl/yili-fe-lint-config/stylelintrc.js \"**/*.{css,scss,sass,less,vue,html}\" --fix" }, + "optionalDependencies": { + "@rollup/rollup-linux-x64-gnu": "*" + }, "dependencies": { "@element-plus/icons-vue": "^2.3.1", "axios": "^1.8.2",