Skip to content

Commit

Permalink
fix: revert dot files that are irrelevant to this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
sircharlo committed Nov 15, 2024
1 parent 742bb47 commit 5c07b59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,3 @@ src/css/mmm-icons.*

# Custom dep helper script
depChecker.js
/.yarn
.yarn/releases/yarn-4.5.1.cjs
6 changes: 2 additions & 4 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
afterInstall: node .husky/install.mjs || exit 0

nodeLinker: node-modules

afterInstall: node .husky/install.mjs || exit 0

plugins:
- checksum: 0a2a35fbed2f33f0df1ceb1db51bf72554201f994eaecb86cbc62a295c3d05f7cc44fa8be8e64fc5e1c0bee4f529a17a0cc429ea9e3486ad467443291d5a8e3b
path: .yarn/plugins/@yarnpkg/plugin-after-install.cjs
spec: 'https://raw.githubusercontent.com/mhassan1/yarn-plugin-after-install/v0.6.0/bundles/@yarnpkg/plugin-after-install.js'

yarnPath: .yarn/releases/yarn-4.5.1.cjs

0 comments on commit 5c07b59

Please sign in to comment.