File tree Expand file tree Collapse file tree 3 files changed +5
-23
lines changed Expand file tree Collapse file tree 3 files changed +5
-23
lines changed Original file line number Diff line number Diff line change 13
13
with :
14
14
node-version : ' 16'
15
15
- name : npm Install
16
- run : npm install
16
+ run : npm install --legacy-peer-deps
17
17
- name : Install dependencies
18
18
run : npm ci --legacy-peer-deps # TODO: remove this flag once we get rid of tslint
19
19
- name : Prettier check
Original file line number Diff line number Diff line change 11
11
with :
12
12
persist-credentials : false
13
13
- name : npm Install
14
- run : npm install
14
+ run : npm install --legacy-peer-deps
15
15
- name : npm Build
16
16
run : npm run build:storybook
17
17
- name : Deploy 🚀
Original file line number Diff line number Diff line change 33
33
" styles" ,
34
34
" themes"
35
35
],
36
- "release" : {
37
- "branches" : [
38
- " master"
39
- ],
40
- "plugins" : [
41
- " @semantic-release/commit-analyzer" ,
42
- " @semantic-release/release-notes-generator" ,
43
- [
44
- " @semantic-release/github" ,
45
- {
46
- "assets" : [
47
- " dist/**" ,
48
- " lib/**"
49
- ]
50
- }
51
- ]
52
- ]
53
- },
54
36
"author" : " dcl" ,
55
37
"license" : " MIT" ,
56
38
"bugs" : {
88
70
"typescript" : " ^4.6.4" ,
89
71
"url-loader" : " ^2.0.0" ,
90
72
"webpack" : " ^4.33.0" ,
91
- "webpack-cli" : " ^3.3.2"
73
+ "webpack-cli" : " ^3.3.2" ,
74
+ "simple-commit-message" : " ^4.1.3"
92
75
},
93
76
"dependencies" : {
94
77
"@dcl/schemas" : " ^4.9.0" ,
101
84
"react-responsive" : " ^9.0.0-beta.3" ,
102
85
"react-tile-map" : " ^0.3.2" ,
103
86
"semantic-ui-css" : " ^2.4.1" ,
104
- "semantic-ui-react" : " ^2.0.3" ,
105
- "simple-commit-message" : " ^4.1.3"
87
+ "semantic-ui-react" : " ^2.0.3"
106
88
},
107
89
"peerDependencies" : {
108
90
"react" : " ^16.8.0 || ^17.0.0" ,
You can’t perform that action at this time.
0 commit comments