We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227e2d6 commit 27dc212Copy full SHA for 27dc212
.github/workflows/test-getting-started.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
node-version: '20'
18
- name: Creating Your Dapp From a Template
19
- run: yarn create @agoric/dapp@dev offer-up
+ run: yarn create -p @agoric/dapp@dev create-dapp offer-up
20
- name: Install dependencies
21
run: |
22
cd offer-up
0 commit comments