Skip to content

Commit

Permalink
skip tests for simple version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Deubler <[email protected]>
  • Loading branch information
TerminalTim committed Sep 6, 2024
1 parent 490f89c commit b8746f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"prepare": "husky install",
"test": "lerna run --stream --no-prefix --scope @here/xyz-maps-test test -- ",
"preversion": "yarn run build-release && yarn run test",
"preversion": "yarn run build-release",
"version": "lerna run update-changelog --parallel && ts-node scripts/bumpversion && git add -u",
"postversion": "yarn run bundle-release",
"watch-dev": "lerna run watch-dev --parallel --stream",
Expand Down Expand Up @@ -62,4 +62,4 @@
"lint-staged": {
"*.{js,ts}": "eslint --cache --fix"
}
}
}

0 comments on commit b8746f1

Please sign in to comment.