diff --git a/.github/workflows/components-test-build-deploy.yaml b/.github/workflows/components-test-build-deploy.yaml index d27fc1b5686..4ba58f65188 100644 --- a/.github/workflows/components-test-build-deploy.yaml +++ b/.github/workflows/components-test-build-deploy.yaml @@ -191,6 +191,8 @@ jobs: yarn config set cache-folder ./.yarn-cache yarn config set network-timeout 60000 yarn + - name: 'build typescript' + run: make build-ts - name: 'build library' run: | make -C components lib @@ -210,6 +212,3 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} run: | cd ./components && echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > ./.npmrc && npm publish --access public - - - \ No newline at end of file diff --git a/.github/workflows/shared-data-test-lint-deploy.yaml b/.github/workflows/shared-data-test-lint-deploy.yaml index 65776b1a5cc..9ae38097949 100644 --- a/.github/workflows/shared-data-test-lint-deploy.yaml +++ b/.github/workflows/shared-data-test-lint-deploy.yaml @@ -240,6 +240,8 @@ jobs: yarn config set cache-folder ./.yarn-cache yarn config set network-timeout 60000 yarn + - name: 'build typescript' + run: make build-ts - name: 'build library' run: | make -C shared-data lib-js diff --git a/shared-data/.npmignore b/shared-data/.npmignore index f70a5b8e891..ce7e2d1fbe0 100644 --- a/shared-data/.npmignore +++ b/shared-data/.npmignore @@ -1,4 +1,3 @@ dist -js python *.tgz