Add elm-bump script

This commit is contained in:
Jeroen Engels 2021-10-03 11:15:13 +02:00
parent 1e5d48b0b5
commit 38458feb82

View File

@ -8,6 +8,8 @@
"test:run": "elm-test",
"test:review": "LOCAL_ELM_REVIEW_SRC=src elm-review",
"test:phantom": "node phantom-type-tests/run.js",
"elm-bump": "npm-run-all --print-name --silent --sequential test bump-version 'test:review -- --fix-all-without-prompt'",
"bump-version": "(yes | elm bump)",
"backport-rules": "cp -r ../elm-review-{common,debug,documentation,the-elm-architecture,unused,simplification,imports,noredundantconcat}/{src,tests}/* tests",
"generate-dep": "node create-dependency",
"postinstall": "elm-tooling install"