aboutsummaryrefslogtreecommitdiffstats
path: root/.yarnrc.yml
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-22 22:35:38 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-22 22:35:38 +0100
commitdca0dfdfddca8ee55cd2111cd0c87afcbb2f88f3 (patch)
tree6d2a33fc7c4728f40ae4b1af9dccbfa4340544bf /.yarnrc.yml
parentbuild: Add electron-builder (diff)
downloadsophie-dca0dfdfddca8ee55cd2111cd0c87afcbb2f88f3.tar.gz
sophie-dca0dfdfddca8ee55cd2111cd0c87afcbb2f88f3.tar.zst
sophie-dca0dfdfddca8ee55cd2111cd0c87afcbb2f88f3.zip
build: Simplify project structure
Diffstat (limited to '.yarnrc.yml')
-rw-r--r--.yarnrc.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.yarnrc.yml b/.yarnrc.yml
index 92f71dc..0457ce5 100644
--- a/.yarnrc.yml
+++ b/.yarnrc.yml
@@ -1,5 +1,7 @@
1plugins: 1plugins:
2 - path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs 2 - path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
3 spec: "@yarnpkg/plugin-interactive-tools" 3 spec: "@yarnpkg/plugin-interactive-tools"
4 - path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
5 spec: "@yarnpkg/plugin-workspace-tools"
4 6
5yarnPath: .yarn/releases/yarn-3.1.1.cjs 7yarnPath: .yarn/releases/yarn-3.1.1.cjs