Skip to content

Commit

Permalink
chore(yarn): add yarnrc for older yarn versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Dec 9, 2020
1 parent e0bd664 commit e0fc30f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.

# We use the newer format, .yarnrc.yml
.yarnrc

# Editor settings
/.vscode

Expand Down
6 changes: 6 additions & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


lastUpdateCheck 1607356074190
yarn-path ".yarn/releases/yarn-1.19.1.js"
1 change: 0 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[build]
command = "yarn install --frozen-lockfile && yarn build && yarn docs && yarn demo"
publish = "dist/"
environment = { YARN_VERSION = "1.19.1" }

0 comments on commit e0fc30f

Please sign in to comment.