This repository was archived by the owner on Apr 12, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-19
lines changed Expand file tree Collapse file tree 2 files changed +12
-19
lines changed Original file line number Diff line number Diff line change @@ -53,34 +53,21 @@ jobs:
53
53
54
54
workflows :
55
55
version : 2
56
- test :
56
+ build :
57
57
jobs :
58
- - deps-install :
59
- filters :
60
- branches :
61
- ignore :
62
- - master
58
+ - deps-install
63
59
- code-lint :
64
60
requires :
65
61
- deps-install
66
62
- commit-lint :
67
63
requires :
68
64
- deps-install
69
- test-and-publish :
70
- jobs :
71
- - deps-install :
65
+ - publish :
72
66
filters :
73
67
branches :
74
68
only :
75
69
- master
76
70
- next
77
- - code-lint :
78
- requires :
79
- - deps-install
80
- - commit-lint :
81
- requires :
82
- - deps-install
83
- - publish :
84
71
requires :
85
72
- code-lint
86
73
- commit-lint
Original file line number Diff line number Diff line change 1
1
# @amille/dev-scripts
2
2
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
+
3
9
Bunch of webpack scripts ready to use for node and browser react projects.
4
10
5
11
## Installation
6
12
7
- First add ` @amille/dev-tools ` into your development dependencies.
13
+ First add ` @amille/dev-scripts ` into your development dependencies.
8
14
9
15
``` sh
10
16
# using npm
11
- npm install --save-dev @amille/dev-tools
17
+ npm install --save-dev @amille/dev-scripts
12
18
13
19
# or using yarn
14
- yarn add -D @amille/dev-tools
20
+ yarn add -D @amille/dev-scripts
15
21
```
16
22
17
23
You may now move onto the next section related to your needs.
You can’t perform that action at this time.
0 commit comments