File tree Expand file tree Collapse file tree 2 files changed +7
-21
lines changed Expand file tree Collapse file tree 2 files changed +7
-21
lines changed Original file line number Diff line number Diff line change 8585 runs-on : ubuntu-latest
8686 steps :
8787 - uses : actions/checkout@master
88- - name : Chartjs
89- run : |
90- cd src/Chartjs/Resources/assets
91- yarn
92- yarn test
93- - name : Cropperjs
94- run : |
95- cd src/Cropperjs/Resources/assets
96- yarn
97- yarn test
98- - name : Dropzone
99- run : |
100- cd src/Dropzone/Resources/assets
101- yarn
102- yarn test
103- - name : LazyImage
104- run : |
105- cd src/LazyImage/Resources/assets
106- yarn
107- yarn test
88+ - run : yarn
89+ - run : yarn test
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
3- "workspaces" : [" src/*/Resources/assets" ]
3+ "workspaces" : [" src/*/Resources/assets" ],
4+ "scripts" : {
5+ "build" : " yarn workspaces run build" ,
6+ "test" : " yarn workspaces run test"
7+ }
48}
You can’t perform that action at this time.
0 commit comments