Skip to content

Commit

Permalink
fix: add build step to release workflow and fire the release (#30)
Browse files Browse the repository at this point in the history
* fix: add a build step to release workflow and fire the release
* increase tests timeout as they still sometimes fail
  • Loading branch information
derberg committed Feb 5, 2021
1 parent de14c62 commit 10864c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ module.exports = {

// Module file extensions for importing
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
testTimeout: 12000
testTimeout: 20000
};
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
"release": "semantic-release",
"generate:assets": "npm run docs",
"generate:readme:toc": "markdown-toc -i README.md",
"bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION"
"bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION",
"prepublishOnly": "npm run build"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 10864c6

Please sign in to comment.