Skip to content

Commit

Permalink
Fix version scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
joonashak committed Jun 21, 2023
1 parent f95d143 commit b65e8f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
"e2e:open": "set -o allexport && source .env.development && set +o allexport && cd e2e && npm start",
"e2e:docker": "docker compose -f compose.yaml -f compose-dev.yaml run --build e2e cypress run",
"e2e:ci": "docker compose -f compose.yaml -f compose-ci.yaml run e2e cypress run",
"preversion": "if [ $(git rev-parse --abbrev-ref HEAD) != 'main' ]; then exit 1; fi ",
"version": "scripts/version_sub_projects.sh $npm_package_version",
"postversion": "git push && git push --tags"
"version": "scripts/version_sub_projects.sh $npm_package_version"
},
"license": "MIT"
}

0 comments on commit b65e8f1

Please sign in to comment.