Skip to content

Commit

Permalink
upd: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zeorcpt committed Aug 22, 2022
1 parent d7da010 commit f8eb958
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --mode development",
"start": "npm run dev",
"build": "vue-tsc --noEmit && vite build",
"build:dev": "vue-tsc --noEmit && vite build --mode development",
"build:test": "vue-tsc --noEmit && vite build --mode test",
"build:pro": "vue-tsc --noEmit && vite build --mode production",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue,.ts src --fix"
},
Expand Down

0 comments on commit f8eb958

Please sign in to comment.