Skip to content

Commit

Permalink
chore: ci fix;
Browse files Browse the repository at this point in the history
  • Loading branch information
twiddli committed Apr 30, 2023
1 parent 089831a commit ce77930
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,8 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- name: Install global dependencies
run: |
npm install -g rimraf cross-env gulp@4
- name: Install dependencies
run: yarn workspaces focus --production
run: yarn install --immutable
- name: Build
run: |
yarn run:client build:css
Expand Down

0 comments on commit ce77930

Please sign in to comment.