File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments