Skip to content

Commit

Permalink
use npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed May 10, 2024
1 parent fed7264 commit f0c928b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2,364 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
- run: yarn install
- run: "CI=false yarn build"
- run: yarn lint
- run: npm i
- run: npm run build
- run: npm run lint
2 changes: 1 addition & 1 deletion e2e_tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@polkadot/api": "^11.0.2",
"@polkadot/keyring": "^12.6.2",
"coretime-utils": "^0.3.2",
"typescript": "^5.4.5"
"typescript": "^4.1.6"
},
"devDependencies": {
"eslint": "8.31.0",
Expand Down
2 changes: 1 addition & 1 deletion e2e_tests/xc-transfer/region-transfer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ApiPromise, Keyring, WsProvider } from '@polkadot/api';
import { KeyringPair } from '@polkadot/keyring/types';
import { Id, RegionId, getEncodedRegionId } from 'coretime-utils';
import { getEncodedRegionId, Id, RegionId } from 'coretime-utils';
import assert from 'node:assert';
import { setupRelayAsset, sleep, submitExtrinsic, transferRelayAssetToPara } from '../common';
import { CONFIG, CORE_COUNT, INITIAL_PRICE, UNIT } from '../consts';
Expand Down
Loading

0 comments on commit f0c928b

Please sign in to comment.