File tree Expand file tree Collapse file tree 3 files changed +7015
-4
lines changed Expand file tree Collapse file tree 3 files changed +7015
-4
lines changed Original file line number Diff line number Diff line change 29
29
key : ${{ runner.os }}-yarn-${{ hashFiles('**/package.json') }}
30
30
restore-keys : |
31
31
${{ runner.os }}-yarn-
32
- - run : yarn
32
+ - run : yarn --frozen-lockfile
33
33
- run : yarn check-lint
34
34
- run : yarn check-format
35
35
48
48
key : ${{ runner.os }}-yarn-${{ hashFiles('**/package.json') }}
49
49
restore-keys : |
50
50
${{ runner.os }}-yarn-
51
- - run : yarn && yarn build
51
+ - run : yarn --frozen-lockfile && yarn build
52
52
- name : Check if js dist files are current
53
53
id : changes
54
54
run : |
@@ -257,5 +257,5 @@ jobs:
257
257
key : ${{ runner.os }}-yarn-${{ hashFiles('**/package.json') }}
258
258
restore-keys : |
259
259
${{ runner.os }}-yarn-
260
- - run : yarn
260
+ - run : yarn --frozen-lockfile
261
261
- run : yarn test
Original file line number Diff line number Diff line change 1
1
.php-cs-fixer.cache
2
2
node_modules
3
- yarn.lock
4
3
yarn-error.log
5
4
/composer.lock
6
5
/vendor
You can’t perform that action at this time.
0 commit comments