File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 34
34
${{ runner.os }}-yarn-
35
35
36
36
- name : Install dependencies
37
- run : yarn --frozen-lockfile
37
+ run : yarn
38
38
39
39
- name : Build
40
40
run : yarn build
Original file line number Diff line number Diff line change 5
5
dist
6
6
# todo - get story book only when releasing.
7
7
storybook-static
8
- .parcel-cache
8
+ .parcel-cache
9
+ yarn.lock
Original file line number Diff line number Diff line change 30
30
"phoenix" : " rm -rf ./node_modules && rm -f yarn.lock && yarn install --prefer-online"
31
31
},
32
32
"peerDependencies" : {
33
- "@types/sortablejs" : " ^1.10.0 " ,
33
+ "@types/sortablejs" : " 1 " ,
34
34
"react" : " >=16.9.0" ,
35
35
"react-dom" : " >=16.9.0" ,
36
- "sortablejs" : " ^1.10.0 "
36
+ "sortablejs" : " 1 "
37
37
},
38
38
"dependencies" : {
39
- "classnames" : " ^2.2.6 " ,
40
- "tiny-invariant" : " ^1.1 .0"
39
+ "classnames" : " 2.3.1 " ,
40
+ "tiny-invariant" : " 1.2 .0"
41
41
},
42
42
"devDependencies" : {
43
43
"@commitlint/cli" : " ^11.0.0" ,
You can’t perform that action at this time.
0 commit comments