Skip to content

Commit

Permalink
fix: remove cjs extension as this causes issues (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
agdimech authored Apr 17, 2024
1 parent d143899 commit c5517bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ _install_packages() {
# Install if any packages are missing
if [ "$_install_packages_should_install" == "true" ]; then
npm init --yes
cp $_script_dir/.pnpmfile.cjs $_install_packages_pdk_dir
cp $_script_dir/.pnpmfile $_install_packages_pdk_dir/.pnpmfile.cjs
run_install_command "$@"
fi

Expand Down

0 comments on commit c5517bc

Please sign in to comment.