Skip to content

Commit f6abf46

Browse files
committed
update npm command
1 parent 75b5277 commit f6abf46

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

evm-tests/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"author": "",
77
"license": "ISC",
88
"dependencies": {
9-
"@localpapi/descriptors": "file:.papi/descriptors",
109
"@polkadot-api/descriptors": "file:.papi/descriptors",
1110
"@polkadot-api/ink-contracts": "^0.4.1",
1211
"@polkadot-api/sdk-ink": "^0.5.1",

evm-tests/run-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cargo contract build --release
3737
cd ..
3838

3939
# 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
40+
npm i -g polkadot-api
4141
npm i -g @polkadot-api/sdk-ink
4242

4343
bash get-metadata.sh

0 commit comments

Comments
 (0)