From 1b94d106b2d36311790e85e14498d377c19cfb50 Mon Sep 17 00:00:00 2001 From: Dejan Toteff Date: Thu, 9 Apr 2020 00:53:06 +0300 Subject: [PATCH] chore@prepublish --- bump.sh | 3 +-- maidfile.md | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/bump.sh b/bump.sh index 77a8b6c6..30f6e10b 100755 --- a/bump.sh +++ b/bump.sh @@ -1,2 +1 @@ -# run d chore@prepublish&&vsce publish patch&&run d chore: after publish -run d chore \ No newline at end of file +run d chore@prepublish&&vsce publish patch&&run d chore: after publish \ No newline at end of file diff --git a/maidfile.md b/maidfile.md index cc47ca16..9dc17e82 100644 --- a/maidfile.md +++ b/maidfile.md @@ -62,12 +62,12 @@ Run tasks `theme0` `theme1` `theme2` `theme3` `theme4` `theme5` `theme6` `theme7 yarn export_to_mono ``` -## bump +## publish ```bash ./bump.sh ``` -## publish +## bump -Run tasks `bump` and `export:to:mono` in parallel. +Run tasks `publish` and `export:to:mono` in parallel. diff --git a/package.json b/package.json index d8c0a6d0..07cc152a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "export_to_mono": "jest lambdas/export_to_mono/exportToMono.spec.js", "test": "jest src/createMultipleThemes.spec.js", "out": "maided out", - "bump": "maided publish" + "bump": "maided bump" }, "engines": { "vscode": "^1.27.0"