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",