Skip to content

Commit ac2fbfe

Browse files
deal with papi complaining
1 parent a90222a commit ac2fbfe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ start-network:
1212

1313
install:
1414
mkdir -p .papi/descriptors
15+
[ -f .papi/descriptors/package.json ] || echo '{"name":"@polkadot-api/descriptors","version":"0.0.0"}' > .papi/descriptors/package.json
1516
bun i polkadot-api
1617
bunx papi add relay -n polkadot --skip-codegen
1718
bunx papi add bulletin --wasm ppn/bin/bulletin_westend_runtime.wasm --skip-codegen

0 commit comments

Comments
 (0)