Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a956e2c

Browse files
authoredMar 5, 2023
Merge pull request #19 from Angular-Toolkit/feature/yarn-2-global-cache
Feature/yarn 2 global cache
2 parents e47e0fd + a5bef54 commit a956e2c

File tree

1,610 files changed

+5
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,610 files changed

+5
-1
lines changed
 

‎.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build
2-
on: [push, pull_request]
2+
on: [push]
33

44
env:
55
CYPRESS_INSTALL_BINARY: 0

‎.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@ testem.log
4040
Thumbs.db
4141

4242
.angular
43+
44+
# Yarn Berry
45+
.yarn/cache
46+
.yarn/install-state.gz

0 commit comments

Comments
 (0)
Please sign in to comment.