Skip to content

Commit

Permalink
Publish test
Browse files Browse the repository at this point in the history
  • Loading branch information
jackson authored and jackson committed Jun 21, 2024
1 parent 253a28c commit 1d6718c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/publish/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ runs:
- name: 'Build'
shell: bash
run: |
echo "::group::Build"
corepack enable
echo "::group::Build"
${{ inputs.install_yarn }}
${{ inputs.install_command }}
${{ inputs.build_command }}
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,5 @@
"react-dom": "18.2.0",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 1d6718c

Please sign in to comment.