Merge pull request #13 from JosunLP/dev

1.6.1
This commit is contained in:
Jonas Pfalzgraf 2024-06-01 03:43:28 +02:00 committed by GitHub
commit 28f710f9f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,8 +7,7 @@
"deploy-v2": "npm run deploy-v3 && node ./tools/v2.js",
"build": "vite build",
"build-tooling": "tsc --project ./tooling.tsconfig.json",
"watch-ts": "tsc -w -p tsconfig.json",
"watch-sass": "sass --watch ./src/sass/:./dist/css/",
"watch": "vite build --watch",
"sync": "npm run build-tooling && node ./tools/syncConfig.js"
},
"devDependencies": {
@ -44,4 +43,4 @@
"@webcomponents/custom-elements": "^1.6.0",
"bootstrap": "^5.3.3"
}
}
}