mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-30 02:08:12 +08:00
chore(docs): scripts command add corss-env (#3668)
This commit is contained in:
parent
38fdbf710d
commit
b6af879fa4
@ -3,8 +3,8 @@
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "vitepress dev .",
|
||||
"build": "NODE_ENV=production && vitepress build .",
|
||||
"serve": "NODE_ENV=production && vitepress serve ."
|
||||
"build": "cross-env NODE_ENV=production && vitepress build .",
|
||||
"serve": "cross-env NODE_ENV=production && vitepress serve ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@vueuse/core": "^6.4.0",
|
||||
|
Loading…
Reference in New Issue
Block a user