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", "version": "0.0.1",
"scripts": { "scripts": {
"dev": "vitepress dev .", "dev": "vitepress dev .",
"build": "NODE_ENV=production && vitepress build .", "build": "cross-env NODE_ENV=production && vitepress build .",
"serve": "NODE_ENV=production && vitepress serve ." "serve": "cross-env NODE_ENV=production && vitepress serve ."
}, },
"dependencies": { "dependencies": {
"@vueuse/core": "^6.4.0", "@vueuse/core": "^6.4.0",