CI: build package
Some checks failed
/ build (push) Failing after 2s

This commit is contained in:
phil 2025-01-31 05:04:58 +01:00
parent df4e3a97c0
commit 07b34f1b37
2 changed files with 74 additions and 3 deletions

View file

@ -1,14 +1,14 @@
{
"name": "typescript",
"name": "oidc-text-web",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build"
"type-check": "vue-tsc --build",
"version": "echo \"{\\\"version\\\":\\\"$(git describe --tags --dirty --always)\\\"}\" > src/version.json"
},
"dependencies": {
"@dsb-norge/vue-keycloak-js": "^3.0.1",