Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Schmid2019-10-28 12:56:52 +0000
committerMatthias Villiger2019-10-28 13:17:26 +0000
commit55a09a301669c9d89973e5a6b182dbbb7be86d4e (patch)
treea2797a097fbc47b5d853c63a602073cfbe168ac5 /eslint-config/package.json
parent7b61d58f28c25f95a42f6742cebb3a7af48488ab (diff)
downloadorg.eclipse.scout.rt-55a09a301669c9d89973e5a6b182dbbb7be86d4e.tar.gz
org.eclipse.scout.rt-55a09a301669c9d89973e5a6b182dbbb7be86d4e.tar.xz
org.eclipse.scout.rt-55a09a301669c9d89973e5a6b182dbbb7be86d4e.zip
add cleanup script
Signed-off-by: Daniel Schmid <Daniel.Schmid@bsiag.com> Change-Id: Ibd5ceb487411bc5915d99ea956678bd8413dd604 Reviewed-on: https://git.eclipse.org/r/151697 Reviewed-by: Matthias Villiger <mvi@bsi-software.com> Tested-by: Matthias Villiger <mvi@bsi-software.com>
Diffstat (limited to 'eslint-config/package.json')
-rw-r--r--eslint-config/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/eslint-config/package.json b/eslint-config/package.json
index 67632c0e10..a49341c7de 100644
--- a/eslint-config/package.json
+++ b/eslint-config/package.json
@@ -42,7 +42,8 @@
"src"
],
"scripts": {
- "snapshot-version": "scout-scripts snapshot-version"
+ "snapshot-version": "scout-scripts snapshot-version",
+ "snapshot-cleanup": "scout-scripts snapshot-cleanup"
},
"devDependencies": {
"@eclipse-scout/cli": "^10.0.0-snapshot",

Back to the top