Skip to content

Commit

Permalink
build: upgrade setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Sep 18, 2021
1 parent 8c81b38 commit 4473eaf
Show file tree
Hide file tree
Showing 5 changed files with 1,490 additions and 852 deletions.
10 changes: 7 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ examples/*.html
doc
Meta
node_modules
.yarn
.yarnrc.yml
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/versions
.pnp.*
.vscode
*.log
*.map
docs
/*.tar.gz
*.Rcheck
.pnp.js
.pnp.*
631 changes: 631 additions & 0 deletions .yarn/releases/yarn-3.0.2.cjs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yarnPath: .yarn/releases/yarn-3.0.2.cjs
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
"build": "npm run clean && webpack-cli --mode production",
"test:r": "Rscript -e 'devtools::test(\"r_package\")'",
"check:r": "Rscript -e 'devtools::check(\"r_package\", error_on = \"error\")'",
"style:r": "Rscript -e 'styler::style_pkg(\"r_package\")'",
"lint:r": "Rscript -e 'lintr::lint_package(\"r_package\")'",
"clean:r": "rimraf \"*.tar.gz\" check r_package/man r_package/doc r_package/docs r_package/NAMESPACE",
"build:r": "npm run clean:r && Rscript -e 'devtools::document(\"r_package\")' -e 'devtools::build(\"r_package\")' -e 'file.copy(list.files(pattern=\"upsetjs_.*.tar.gz\"), \"upsetjs.tar.gz\")'",
"docs:r": "Rscript -e 'devtools::build_site(\"r_package\")'",
Expand Down
Loading

0 comments on commit 4473eaf

Please sign in to comment.