Skip to content

Commit

Permalink
0.68.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Nov 21, 2024
1 parent 8eb2c2a commit 4fd325b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- run: npm run lint
- run: npm run test
- run: npm run publish-coverage
- run: npm run test-related-projects
# this is stalling out for some reason, so disable it for now
#- run: npm run test-related-projects
npm-release:
#only run this task if a tag starting with 'v' was used to trigger this (i.e. a tagged release)
if: startsWith(github.ref, 'refs/tags/v')
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brighterscript",
"version": "0.67.8",
"version": "0.68.0",
"description": "A superset of Roku's BrightScript language.",
"scripts": {
"preversion": "npm run build && npm run lint && npm run test",
Expand Down

0 comments on commit 4fd325b

Please sign in to comment.