Skip to content

Commit

Permalink
Added types check within vite
Browse files Browse the repository at this point in the history
  • Loading branch information
onmax committed Sep 13, 2023
1 parent 2631ce0 commit 6437cdd
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 99 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.0.0",
"description": "A map of locations where you can pay with Crypto around the world",
"scripts": {
"dev": "concurrently 'vue-tsc --noEmit --watch' 'vite'",
"dev": "vite",
"build": "pnpm i18n:extract && pnpm type-check && pnpm build-only",
"preview": "vite preview --port 4173",
"build-only": "vite build",
Expand Down Expand Up @@ -52,7 +52,6 @@
"@types/supercluster": "^7.1.0",
"@vitejs/plugin-vue": "^4.3.4",
"autoprefixer": "^10.4.15",
"concurrently": "^8.2.1",
"eslint": "^8.48.0",
"eslint-plugin-vue": "^9.17.0",
"histoire": "^0.16.5",
Expand All @@ -63,6 +62,7 @@
"tailwindcss-nimiq-theme": "^0.2.2",
"typescript": "5.1.6",
"vite": "^3.2.7",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-rewrite-all": "^1.0.1",
"vue-tsc": "^1.8.8",
"webpack-i18n-tools": "github:nimiq/webpack-i18n-tools"
Expand Down
Loading

0 comments on commit 6437cdd

Please sign in to comment.