Skip to content

Commit

Permalink
fix: build of ui
Browse files Browse the repository at this point in the history
Signed-off-by: BFF2FE <[email protected]>
  • Loading branch information
fbufler committed Dec 13, 2024
1 parent 063a77b commit e9bd694
Show file tree
Hide file tree
Showing 25 changed files with 64 additions and 1,387 deletions.
1 change: 1 addition & 0 deletions yaku-ui/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@

.nvmrc
node_modules
.turbo/**/*
2 changes: 1 addition & 1 deletion yaku-ui/frog-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"jsdom": "^20.0.3",
"release-it": "^16.2.1",
"sass": "^1.69.4",
"typescript": "~4.7.4",
"typescript": "^4.9.4",
"vite": "^4.5.5",
"vite-plugin-dts": "^1.7.1",
"vitest": "^0.25.6",
Expand Down
22 changes: 4 additions & 18 deletions yaku-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions yaku-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"dev": "npm run dev --workspace qg-service-ui",
"build": "npx turbo run build --continue --cache-dir=.turbo",
"test:unit": "npm run test:unit --workspace qg-service-ui",
"test:unit:ci": "npm run test:unit:ci --workspace qg-service-ui",
"test:unit:run": "npm run test:unit:run --workspace qg-service-ui",
"format": "npx @biomejs/biome format --write ./src",
"lint": "npx @biomejs/biome lint --write ./src",
"lint-staged": "npx lint-staged",
Expand Down
3 changes: 3 additions & 0 deletions yaku-ui/qg-service-ui/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,6 @@ app/.vscode

# ignore local cypress snaphots
cypress/e2e/__image_snapshots__

# vue stuff
components.d.ts
Loading

0 comments on commit e9bd694

Please sign in to comment.