Skip to content

Commit

Permalink
Use the linked language repo version for npm package types (#1973)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Apr 11, 2024
1 parent 3aae845 commit 9bfd250
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/util/dart-sass/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:

- name: Generate Dart from protobuf
run: dart run grinder protobuf
env: {UPDATE_SASS_PROTOCOL: false}
env: {UPDATE_SASS_SASS_REPO: false}
working-directory: dart-sass
shell: bash

2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:

- name: Dart Sass | Build
run: dart run grinder pkg-npm-dev
env: {UPDATE_SASS_SASS_REPO: false}
working-directory: dart-sass

- name: Run specs
Expand All @@ -122,6 +123,7 @@ jobs:

- name: Dart Sass | Build
run: dart run grinder pkg-npm-dev
env: {UPDATE_SASS_SASS_REPO: false}
working-directory: dart-sass

- name: Run specs
Expand Down

0 comments on commit 9bfd250

Please sign in to comment.