chore(docs): scripts command add corss-env (#3668)

This commit is contained in:
btea 2021-09-27 01:42:05 -05:00 committed by GitHub
parent 38fdbf710d
commit b6af879fa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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