Skip to content

Commit

Permalink
fix(ci): build-ts before push to npm (#14357)
Browse files Browse the repository at this point in the history
  • Loading branch information
y3rsh committed Jan 29, 2024
1 parent 7e9844d commit 88de889
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/components-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 2 additions & 0 deletions .github/workflows/shared-data-test-lint-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion shared-data/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
dist
js
python
*.tgz

0 comments on commit 88de889

Please sign in to comment.