Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwannheden committed Oct 25, 2024
2 parents ef8dd4e + 4c295f1 commit 5d7deb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions openrewrite/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 openrewrite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"./yaml/remote": "./dist/src/yaml/remote/index.js"
},
"scripts": {
"build": "tsc --build tsconfig.build.json",
"build": "rm -rf ./dist && tsc --build tsconfig.build.json",
"dev": "tsc --watch -p tsconfig.json",
"test": "jest"
},
Expand Down

0 comments on commit 5d7deb4

Please sign in to comment.