Skip to content

Commit e762b59

Browse files
committed
One day I'll get CI working
1 parent d779a27 commit e762b59

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,9 @@ jobs:
1717
cache: "npm"
1818
cache-dependency-path: "package-lock.json"
1919
- run: npm ci
20-
working-directory: client
2120
- run: npm run lint:eslint
22-
working-directory: client
2321
- run: npm run lint:prettier
24-
working-directory: client
2522
- run: npm run lint:types
26-
working-directory: client
2723
test:
2824
runs-on: ubuntu-latest
2925
steps:
@@ -34,8 +30,5 @@ jobs:
3430
cache: "npm"
3531
cache-dependency-path: "package-lock.json"
3632
- run: npm ci
37-
working-directory: client
38-
- run: npm run build
39-
working-directory: client
33+
- run: npm run build:no-check
4034
- run: npm run test
41-
working-directory: client

0 commit comments

Comments
 (0)