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 3434 ${{ runner.os }}-yarn-
3535
3636 - name : Install dependencies
37- run : yarn --frozen-lockfile
37+ run : yarn
3838
3939 - name : Build
4040 run : yarn build
Original file line number Diff line number Diff line change 55dist
66# todo - get story book only when releasing.
77storybook-static
8- .parcel-cache
8+ .parcel-cache
9+ yarn.lock
Original file line number Diff line number Diff line change 3030 "phoenix" : " rm -rf ./node_modules && rm -f yarn.lock && yarn install --prefer-online"
3131 },
3232 "peerDependencies" : {
33- "@types/sortablejs" : " ^1.10.0 " ,
33+ "@types/sortablejs" : " 1 " ,
3434 "react" : " >=16.9.0" ,
3535 "react-dom" : " >=16.9.0" ,
36- "sortablejs" : " ^1.10.0 "
36+ "sortablejs" : " 1 "
3737 },
3838 "dependencies" : {
39- "classnames" : " ^2.2.6 " ,
40- "tiny-invariant" : " ^1.1 .0"
39+ "classnames" : " 2.3.1 " ,
40+ "tiny-invariant" : " 1.2 .0"
4141 },
4242 "devDependencies" : {
4343 "@commitlint/cli" : " ^11.0.0" ,
You can’t perform that action at this time.
0 commit comments