Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed Jan 12, 2024
1 parent a64d1f7 commit 610a97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/utils/_.bash
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dfx_new_frontend() {

dfx_new_assets() {
local project_name=${1:-e2e_project}
dfx new "${project_name}" --frontend plain-assets
dfx new "${project_name}" --frontend simple-assets
test -d "${project_name}"
test -f "${project_name}"/dfx.json
cd "${project_name}"
Expand Down

0 comments on commit 610a97e

Please sign in to comment.