Skip to content

Commit

Permalink
Merge pull request #2 from codedthemes/phoenixcoded20-patch-1
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
phoenixcoded20 committed Dec 14, 2023
2 parents c7a3722 + 5dfe304 commit 42a0389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build-stage": "vue-tsc --noEmit && vite build --base=/vue/stage/",
"build-prod": "vue-tsc --noEmit && vite build --base=/vue/",
"build-stage": "vue-tsc --noEmit && vite build --base=/vue/free/stage/",
"build-prod": "vue-tsc --noEmit && vite build --base=/vue/free/",
"preview": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
Expand Down

0 comments on commit 42a0389

Please sign in to comment.