Skip to content

Commit

Permalink
πŸ’š fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
dudeofawesome committed Nov 30, 2023
1 parent a836a03 commit f2eb4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function generate() {
fi

# copy auth files into generated output
cp -r "$src_dir/" "$output_dir/"
cp -R "$src_dir"/* "$output_dir/"

# update package.json
tmp_packagejson="$tmp_dir/package.json"
Expand Down

0 comments on commit f2eb4b8

Please sign in to comment.