Skip to content

Commit

Permalink
build: add release workflow and build settings (rebuild) (#45)
Browse files Browse the repository at this point in the history
This is a rebuild to fix an release workflow issue!

* refactor(api): improve the api parameter call
* build(app): add build configuration
* test: fix tests after using wallaby and quokka
* ci(sematic-release): add the release workflow
* ci(semantic-release): fix the path of the config file
* ci(sematic-release): add missing node dependencies
  • Loading branch information
mheob authored Dec 3, 2020
1 parent 7daa803 commit 3ea915e
Show file tree
Hide file tree
Showing 2 changed files with 2,663 additions and 76 deletions.
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

0 comments on commit 3ea915e

Please sign in to comment.