Skip to content

Commit

Permalink
Chore(web-twig): Add changes done by version script to VCS
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Sep 30, 2022
1 parent 1e56864 commit 7d62978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-twig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"test:unit:update": "make phpstan-update",
"test:unit:coverage": "make phpstan-coverage",
"lint:fix": "make ecs-fix",
"version": "sh ./bin/version.sh $npm_package_version"
"version": "sh ./bin/version.sh $npm_package_version && git add --all"
}
}

0 comments on commit 7d62978

Please sign in to comment.