@contember/react-multipass-rendering
Advanced tools
Comparing version 1.0.0-rc.23 to 1.0.0-rc.24
{ | ||
"name": "@contember/react-multipass-rendering", | ||
"license": "Apache-2.0", | ||
"version": "1.0.0-rc.23", | ||
"version": "1.0.0-rc.24", | ||
"type": "module", | ||
@@ -25,5 +25,7 @@ "sideEffects": false, | ||
"scripts": { | ||
"build": "vite build --mode development && vite build --mode production", | ||
"build": "pnpm run build:js:dev && pnpm run build:js:prod", | ||
"build:js:dev": "vite build --mode development", | ||
"build:js:prod": "vite build --mode production", | ||
"test": "vitest" | ||
} | ||
} |
157094