We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b5277 commit f6abf46Copy full SHA for f6abf46
evm-tests/package.json
@@ -6,7 +6,6 @@
6
"author": "",
7
"license": "ISC",
8
"dependencies": {
9
- "@localpapi/descriptors": "file:.papi/descriptors",
10
"@polkadot-api/descriptors": "file:.papi/descriptors",
11
"@polkadot-api/ink-contracts": "^0.4.1",
12
"@polkadot-api/sdk-ink": "^0.5.1",
evm-tests/run-ci.sh
@@ -37,7 +37,7 @@ cargo contract build --release
37
cd ..
38
39
# required for papi in get-metadata.sh, but we cannot run yarn before papi as it adds the descriptors to the package.json which won't resolve
40
-npm i -g @polkadot-api
+npm i -g polkadot-api
41
npm i -g @polkadot-api/sdk-ink
42
43
bash get-metadata.sh
0 commit comments