Skip to content

Commit

Permalink
feat: add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
john-d-pelingo committed Dec 1, 2020
1 parent 2a86343 commit eeb3326
Show file tree
Hide file tree
Showing 2 changed files with 733 additions and 23 deletions.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -14,6 +14,7 @@
"node": ">=14"
},
"scripts": {
"release": "standard-version",
"test": "yarn workspaces run test"
},
"devDependencies": {
Expand All @@ -22,6 +23,7 @@
"husky": "^4.3.0",
"lint-staged": "^10.5.2",
"prettier": "^2.2.1",
"standard-version": "^9.0.0",
"tape": "^5.0.1"
}
}

0 comments on commit eeb3326

Please sign in to comment.