Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: add release workflow and build settings (rebuild) #45

Merged
merged 7 commits into from
Dec 3, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci(sematic-release): add missing node dependencies
  • Loading branch information
mheob committed Dec 3, 2020
commit 217dfb0a14865a4a40b62c40ad9b9a736aad6196
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@
"@babel/core": "~7.12.3",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@testing-library/jest-native": "^3.4.3",
"@testing-library/react-native": "^7.1.0",
"@types/jest": "^26.0.15",
Expand All @@ -96,6 +98,7 @@
"lint-staged": "^10.5.1",
"prettier": "^2.2.0",
"react-test-renderer": "^17.0.1",
"semantic-release": "^17.3.0",
"typescript": "~3.9.2"
},
"publishConfig": {
Expand Down
Loading