chore: update CI workflow to use latest Bun version and adjust build environment variables
Showing
No preview for this file type
| ... | @@ -43,10 +43,6 @@ | ... | @@ -43,10 +43,6 @@ |
| "unist-util-visit": "^5.0.0", | "unist-util-visit": "^5.0.0", | ||
| "use-debounce": "^10.0.4" | "use-debounce": "^10.0.4" | ||
| }, | }, | ||
| "trustedDependencies": [ | |||
| "esbuild", | |||
| "@parcel/watcher" | |||
| ], | |||
| "scripts": { | "scripts": { | ||
| "dev": "vite", | "dev": "vite", | ||
| "build": "vite build", | "build": "vite build", | ||
| ... | @@ -73,7 +69,7 @@ | ... | @@ -73,7 +69,7 @@ |
| ] | ] | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@douyinfe/semi-webpack-plugin": "^2.78.0", | "@douyinfe/vite-plugin-semi": "^2.74.0-alpha.6", | ||
| "@so1ve/prettier-config": "^3.1.0", | "@so1ve/prettier-config": "^3.1.0", | ||
| "@vitejs/plugin-react": "^4.2.1", | "@vitejs/plugin-react": "^4.2.1", | ||
| "autoprefixer": "^10.4.21", | "autoprefixer": "^10.4.21", | ||
| ... | ... |
Please
register
or
sign in
to comment