no-name-here commited on
Commit
d4fa8d1
·
verified ·
1 Parent(s): 4efc2a0

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +2 -1
package.json CHANGED
@@ -4,10 +4,11 @@
4
  "version": "0.0.0",
5
  "type": "module",
6
  "scripts": {
7
- "dev": "vite",
8
  "build": "vite build",
9
  "build:dev": "vite build --mode development",
10
  "lint": "eslint .",
 
11
  "build:config": "tsc -p tsconfig.build.json"
12
  },
13
 
 
4
  "version": "0.0.0",
5
  "type": "module",
6
  "scripts": {
7
+ "dev": "vite --config /tmp/vite-config/vite.config.js",
8
  "build": "vite build",
9
  "build:dev": "vite build --mode development",
10
  "lint": "eslint .",
11
+ "preview": "vite preview",
12
  "build:config": "tsc -p tsconfig.build.json"
13
  },
14