Skip to content

Commit ce98e7d

Browse files
committed
Force TS wax-spec test to use preinstalled versions of typescript.
1 parent f4c22a8 commit ce98e7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,7 @@ test-wax-spec-package:
13381338
- cd "${WAX_TEST_DIR}"
13391339
- npm init es6
13401340
- echo "@hiveio:registry=https://gitlab.syncad.com/api/v4/groups/136/-/packages/npm/" >> .npmrc
1341-
- pnpm add typescript @hiveio/wax @hiveio/wax-api-jsonrpc@file:${PACKAGE_TGZ_PATH} # Install dependencies
1341+
- pnpm add @hiveio/wax @hiveio/wax-api-jsonrpc@file:${PACKAGE_TGZ_PATH} # Install dependencies
13421342
- |
13431343
cat <<EOT > "index.ts"
13441344
import WaxExtendedData from '@hiveio/wax-api-jsonrpc';
@@ -1358,7 +1358,7 @@ test-wax-spec-package:
13581358
}
13591359
if (lastError) throw lastError;
13601360
EOT
1361-
- pnpm exec tsc -t esnext -m esnext --moduleResolution bundler index.ts # Test if it compiles
1361+
- tsc -t esnext -m esnext --moduleResolution bundler index.ts # Test if it compiles
13621362
- node index.js # Test if it runs without errors
13631363
needs:
13641364
- job: generate-wax-spec

0 commit comments

Comments
 (0)