Skip to content

Commit

Permalink
feat@chore
Browse files Browse the repository at this point in the history
  • Loading branch information
selfrefactor committed Apr 8, 2020
1 parent d7fd65a commit 779d412
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
2 changes: 2 additions & 0 deletions bump.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# run d chore@prepublish&&vsce publish patch&&run d chore: after publish
run d chore
16 changes: 12 additions & 4 deletions maidfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,18 @@ INDEX=8 node src/createMultipleThemes.js

Run tasks `theme0` `theme1` `theme2` `theme3` `theme4` `theme5` `theme6` `theme7` and `theme8` in parallel.

## publish
## export:to:mono

```bash
yarn export_to_mono
```

Export to mono and afterwards make automatic bump
## bump

```bash
ls
```
./bump.sh
```

## publish

Run tasks `bump` and `export:to:mono` in parallel.
Binary file removed niketa.jpg
Binary file not shown.
Binary file added niketa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
"publisher": "selfrefactor",
"scripts": {
"dev": "jest lambdas/export_to_mono/exportToMono.spec.js --watch",
"export_to_mono": "jest lambdas/export_to_mono/exportToMono.spec.js",
"test": "jest src/createMultipleThemes.spec.js",
"out": "maided out"
"out": "maided out",
"bump": "maided publish"
},
"engines": {
"vscode": "^1.27.0"
Expand Down

0 comments on commit 779d412

Please sign in to comment.