refactor(global): remove yarn in favor for npm

re #2087
This commit is contained in:
Dominik Biedebach
2022-05-10 15:30:14 +02:00
committed by Dominik
parent 5bc77081b7
commit 80de6cdf18
9 changed files with 73 additions and 7856 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"start": "vite --host",
"build": "yarn ts && vite build",
"build": "npm run ts && vite build",
"ts": "tsc --project tsconfig.base.json --noEmit && tsc --project tsconfig.react.json --noEmit && tsc --project tsconfig.vue-2.json --noEmit && tsc --project tsconfig.vue-3.json --noEmit"
},
"dependencies": {