Skip to content

Commit

Permalink
Create build in package.json scipts
Browse files Browse the repository at this point in the history
  • Loading branch information
getwithashish committed Aug 16, 2023
1 parent eac5416 commit 2dbbf1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tithe-Vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"build-stage": "vite build --mode stage",
"preview": "vite preview --port 4173",
"build-prod": "vite build --mode prod",
"preview": "vite preview --port 4173",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
Expand Down

0 comments on commit 2dbbf1d

Please sign in to comment.