This repository was archived by the owner on Feb 10, 2022. It is now read-only.
File tree 4 files changed +2
-18
lines changed
4 files changed +2
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -15,11 +15,8 @@ branches:
15
15
only :
16
16
- master
17
17
18
- before_install : git fetch --depth=1000
19
-
20
18
install :
21
- - npm i
19
+ - yarn
22
20
23
21
script :
24
- - commitlint-travis
25
22
- yarn run build
Original file line number Diff line number Diff line change 5
5
"main" : " dist/style.css" ,
6
6
"module" : " dist/style.css" ,
7
7
"scripts" : {
8
- "commit" : " commit" ,
9
8
"release" : " yarn run build && yarn publish --access public" ,
10
9
"start" : " webpack-dev-server --config ./scripts/webpack.dev.js --progress" ,
11
10
"build" : " rm -rf ./dist && webpack --config ./scripts/webpack.prod.js --progress" ,
21
20
},
22
21
"author" :
" WittBulter ([email protected] )" ,
23
22
"license" : " MIT" ,
24
- "husky" : {
25
- "hooks" : {
26
- "commit-msg" : " commitlint -E HUSKY_GIT_PARAMS"
27
- }
28
- },
29
23
"devDependencies" : {
30
- "@commitlint/cli" : " ^7.5.0" ,
31
- "@commitlint/config-conventional" : " ^7.5.0" ,
32
- "@commitlint/prompt-cli" : " ^7.5.0" ,
33
- "@commitlint/travis-cli" : " ^7.5.0" ,
34
24
"copy-webpack-plugin" : " ^4.6.0" ,
35
25
"css-loader" : " ^2.1.0" ,
36
26
"extract-text-webpack-plugin" : " ^4.0.0-beta.0" ,
37
27
"html-webpack-plugin" : " ^4.0.0-beta.5" ,
38
- "husky" : " ^1.3.1" ,
39
28
"jstransformer-marked" : " ^1.0.3" ,
40
29
"optimize-css-assets-webpack-plugin" : " ^5.0.1" ,
41
30
"pug" : " ^2.0.3" ,
49
38
"webpack-dev-server" : " ^3.1.14" ,
50
39
"webpack-merge" : " ^4.2.1"
51
40
}
52
- }
41
+ }
You can’t perform that action at this time.
0 commit comments