Skip to content

Commit

Permalink
ci: switch to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob McGuinness committed Dec 8, 2020
1 parent bd7721a commit 605087a
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 8,535 deletions.
45 changes: 45 additions & 0 deletions .yarnclean
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# test directories
__tests__
test
tests
powered-test

# asset directories
docs
doc
website
images
assets

# examples
example
examples

# code coverage directories
coverage
.nyc_output

# build scripts
Makefile
Gulpfile.js
Gruntfile.js

# configs
appveyor.yml
circle.yml
codeship-services.yml
codeship-steps.yml
wercker.yml
.tern-project
.gitattributes
.editorconfig
.*ignore
.eslintrc
.jshintrc
.flowconfig
.documentup.json
.yarn-metadata.json
.travis.yml

# misc
*.md
6 changes: 3 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lerna": "2.4.0",
"packages": [
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*"],
"version": "3.2.2"
}
Loading

0 comments on commit 605087a

Please sign in to comment.