Skip to content

Commit

Permalink
update version scripot
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Oct 8, 2020
1 parent 889b30a commit a5667fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint": "standardx src | snazzy",
"sd": "rm -rf tests/amazon-style-dictionary/build && style-dictionary build --config ./tests/amazon-style-dictionary/config.json",
"set-version": "replace-in-files --regex='\\d+\\.\\d+\\.\\d+' --replacement=$npm_package_version src/utilities/version.ts",
"version" : "npm run set-version"
"version" : "npm run set-version && npm run build && git add --all"
},
"author": "Lukas Oppermann <oppermann.lukas@gmail.com> (https://vea.re)",
"license": "MIT",
Expand Down

0 comments on commit a5667fa

Please sign in to comment.