ci
Some checks failed
study-online / Explore-Gitea-Actions (push) Failing after 6s

This commit is contained in:
libingxiang 2025-08-04 16:57:52 +08:00
parent 786f6889ef
commit e9b6d9171b

View File

@ -4,7 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"build": "NODE_OPTIONS=--no-warnings vite build",
"dev": "vite",
"preview": "vite preview"
},