Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.

Commit dc911ed

Browse files
committed
chore(ci): update circleci config
1 parent 9189bb9 commit dc911ed

File tree

2 files changed

+12
-19
lines changed

2 files changed

+12
-19
lines changed

.circleci/config.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -53,34 +53,21 @@ jobs:
5353

5454
workflows:
5555
version: 2
56-
test:
56+
build:
5757
jobs:
58-
- deps-install:
59-
filters:
60-
branches:
61-
ignore:
62-
- master
58+
- deps-install
6359
- code-lint:
6460
requires:
6561
- deps-install
6662
- commit-lint:
6763
requires:
6864
- deps-install
69-
test-and-publish:
70-
jobs:
71-
- deps-install:
65+
- publish:
7266
filters:
7367
branches:
7468
only:
7569
- master
7670
- next
77-
- code-lint:
78-
requires:
79-
- deps-install
80-
- commit-lint:
81-
requires:
82-
- deps-install
83-
- publish:
8471
requires:
8572
- code-lint
8673
- commit-lint

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
# @amille/dev-scripts
22

3+
![npm (tag)](https://img.shields.io/npm/v/@amille/dev-scripts/latest)
4+
![npm (tag)](https://img.shields.io/npm/v/@amille/dev-scripts/next)
5+
![CircleCI](https://img.shields.io/circleci/build/github/amille44420/dev-scripts)
6+
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
7+
8+
39
Bunch of webpack scripts ready to use for node and browser react projects.
410

511
## Installation
612

7-
First add `@amille/dev-tools` into your development dependencies.
13+
First add `@amille/dev-scripts` into your development dependencies.
814

915
```sh
1016
# using npm
11-
npm install --save-dev @amille/dev-tools
17+
npm install --save-dev @amille/dev-scripts
1218

1319
# or using yarn
14-
yarn add -D @amille/dev-tools
20+
yarn add -D @amille/dev-scripts
1521
```
1622

1723
You may now move onto the next section related to your needs.

0 commit comments

Comments
 (0)