Compare commits

..

No commits in common. "9e63e101cc631fce4a5d286aae2d43591d2ebae0" and "2153d71c00893c81fd5bebc94ab9d5f0b0f58202" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ when:
steps: steps:
frontend: frontend:
image: node:20-alpine image: node:22-alpine
commands: commands:
- yarn global add pnpm - yarn global add pnpm
- ( cd client && pnpm run setup ) - ( cd client && pnpm run setup )

View File

@ -1,6 +1,6 @@
{ {
"name": "knowyt", "name": "knowyt",
"version": "3.7", "version": "3.6",
"private": true, "private": true,
"scripts": { "scripts": {
"lint": "tsc-strict", "lint": "tsc-strict",