Skip to content

Commit

Permalink
chore!: add NPM-script for opening github in browser
Browse files Browse the repository at this point in the history
(Not really breaking change, used to cause major version bump justified
for other changes before use of conventional commits)
  • Loading branch information
Iku-turso committed Feb 7, 2022
1 parent 5b08e24 commit c94284f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"remove-all-package-builds": "find ./packages -name build -type d -prune -exec rm -rfv {} \\;",
"build-and-publish": "npm run remove-all-package-builds && npm test && npm run build-all-packages && lerna publish --yes && npm run remove-all-package-builds",
"test": "jest --coverage --coverageReporters=lcov --watch",
"test-for-ci": "jest --coverage --coverageReporters=lcov"
"test-for-ci": "jest --coverage --coverageReporters=lcov",
"open-github-in-browser": "open https://github.com/ogre-works/ogre-tools"
},
"keywords": [],
"author": "Ogre Works",
Expand Down

0 comments on commit c94284f

Please sign in to comment.