Compare commits
2 Commits
2153d71c00
...
9e63e101cc
Author | SHA1 | Date | |
---|---|---|---|
|
9e63e101cc | ||
|
227ba8dcfb |
@ -3,7 +3,7 @@ when:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
frontend:
|
frontend:
|
||||||
image: node:22-alpine
|
image: node:20-alpine
|
||||||
commands:
|
commands:
|
||||||
- yarn global add pnpm
|
- yarn global add pnpm
|
||||||
- ( cd client && pnpm run setup )
|
- ( cd client && pnpm run setup )
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "knowyt",
|
"name": "knowyt",
|
||||||
"version": "3.6",
|
"version": "3.7",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "tsc-strict",
|
"lint": "tsc-strict",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user