Skip to content

Commit

Permalink
ci: fix yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximvdw committed Jul 2, 2024
1 parent 1e332de commit 503e60b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
key: ${{ runner.os }}-build-v1-${{ github.run_number }}
- name: Installing dependencies
run: |
npm install --no-save
yarn install
- name: Build
run: |
npm run build
Expand Down
2 changes: 1 addition & 1 deletion src/browser/SolidClientService.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ISessionInfo, ISessionOptions, IStorage, Session } from '@inrupt/solid-client-authn-browser';
import { ISessionInfo, ISessionOptions, Session } from '@inrupt/solid-client-authn-browser';
import { SolidProfileObject } from '../common';
import { SolidService, SolidDataServiceOptions, SolidSession, ISessionInternalInfo } from '../common/SolidService';
import {
Expand Down

0 comments on commit 503e60b

Please sign in to comment.