mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-12-23 09:42:49 +03:00
Add elm-bump script
This commit is contained in:
parent
1e5d48b0b5
commit
38458feb82
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user