Skip to content

Commit

Permalink
add cross-env
Browse files Browse the repository at this point in the history
closes #1312
  • Loading branch information
Steve-Mcl committed Sep 20, 2024
1 parent ebadc3e commit 97b97c4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
19 changes: 19 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
],
"scripts": {
"build": "vite build",
"build:dev": "NODE_ENV=development npm run build",
"build:dev": "cross-env NODE_ENV=development vite build --mode development",
"cy:open": "cypress open",
"cy:run": "cypress run",
"cy:server": "node-red -u ./cypress/fixtures/user-dir/ -p 1881",
"dev": "NODE_ENV=development vite build --watch",
"dev": "cross-env NODE_ENV=development vite build --mode development --watch",
"dev:prod": "vite build --watch",
"docs:build": "vitepress build docs",
"docs:dev": "vitepress dev docs",
Expand Down Expand Up @@ -69,6 +69,7 @@
"@vite-pwa/assets-generator": "^0.2.4",
"@vitejs/plugin-vue": "^5.0.4",
"chart.js": "^4.4.0",
"cross-env": "^7.0.3",
"cypress": "^13.12.0",
"dompurify": "^3.0.5",
"eslint": "^8.53.0",
Expand Down

0 comments on commit 97b97c4

Please sign in to comment.