Skip to content

Commit

Permalink
rely on vite mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nruffing committed Dec 2, 2023
1 parent c987c5d commit d1e641e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vuepress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"description": "Vuepress documentation site for data-grid-vue",
"type": "module",
"scripts": {
"dev": "NODE_ENV=development vuepress dev . --clean-cache --clean-temp",
"build": "NODE_ENV=production vuepress build . --clean-cache --clean-temp"
"dev": "vuepress dev . --clean-cache --clean-temp",
"build": "vuepress build . --clean-cache --clean-temp"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d1e641e

Please sign in to comment.