Skip to content

Commit

Permalink
update React typings & github action
Browse files Browse the repository at this point in the history
  • Loading branch information
brianzinn committed Apr 11, 2022
1 parent 1dcf953 commit 18b1409
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ jobs:
run: |
git config user.email "github@wakeskate.com"
git config user.name "Brian Zinn"
- name: install build test coverage
working-directory: ./packages/react-babylonjs
- name: install workspace
run: |
yarn install
- name: build test coverage
working-directory: ./packages/react-babylonjs
run: |
yarn build
yarn test:coverage
- name: version-changelog-commit
Expand Down
4 changes: 2 additions & 2 deletions packages/react-babylonjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@types/lodash.camelcase": "^4.3.6",
"@types/mocha": "^9.1.0",
"@types/node": "^14.14.10",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@types/react-reconciler": "^0.26.4",
"@types/sinon": "^9.0.10",
"@typescript-eslint/eslint-plugin": "^4.29.1",
Expand Down

0 comments on commit 18b1409

Please sign in to comment.