Skip to content

Commit

Permalink
fix: use exact maven versions for win
Browse files Browse the repository at this point in the history
  • Loading branch information
orsagie committed Aug 14, 2024
1 parent 529d3ae commit 5d411ab
Show file tree
Hide file tree
Showing 3 changed files with 961 additions and 72 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"scripts": {
"build": "tsc",
"format:check": "prettier --check '{lib,test}/**/*.{js,ts,json,yml}'",
"format": "prettier --write '{lib,test}/**/*.{js,ts,json,yml}'",
"format": "prettier --write '{lib,tests}/**/*.{js,ts,json,yml}'",
"lint": "npm run format:check && npm run lint:eslint",
"lint:eslint": "eslint --color --cache 'lib/**/*.{js,ts}'",
"prepare": "npm run build",
Expand Down
Loading

0 comments on commit 5d411ab

Please sign in to comment.