Skip to content

Commit

Permalink
Use the linked language repo version for npm package types
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Apr 9, 2024
1 parent 21b76e1 commit 2f16c51
Showing 1 changed file with 1 addition 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 @@ -29,12 +29,12 @@ runs:

- name: Build Dart Sass
run: dart run grinder protobuf pkg-npm-dev
env: {UPDATE_SASS_SASS_REPO: false}
working-directory: dart-sass
shell: bash
if: steps.clone.outputs.cloned == 'true'

- name: Install Dart Sass
run: npm install dart-sass/build/npm
if: steps.clone.outputs.cloned == 'true'
env: {UPDATE_SASS_PROTOCOL: false}
shell: bash

0 comments on commit 2f16c51

Please sign in to comment.