From bb14366da93c5d801a3f455d5e03a6e11e63dc78 Mon Sep 17 00:00:00 2001 From: Jeroen Engels Date: Tue, 22 Sep 2020 19:40:13 +0200 Subject: [PATCH] Update backport rule script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a3ee577..03cb283a 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "scripts": { "test": "elm make --docs=docs.json && elm-format src/ --validate && elm-test && npm run phantom-tests && elm-review", "phantom-tests": "node phantom-type-tests/run.js", - "backport-rules": "cp -r ../review-{common,debug,documentation,tea,unused}/{src,tests}/* tests ; cp -r ../elm-review-{simplification,noop,imports,noredundantconcat}/{src,tests}/* tests ; cp -r ../elm-review-scope/{src,tests}/* tests" + "backport-rules": "cp -r ../elm-review-{common,debug,documentation,the-elm-architecture,unused,simplification,imports,noredundantconcat}/{src,tests}/* tests" }, "dependencies": { "elm": "^0.19.1-3",