Skip to content

Commit

Permalink
build: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Jul 13, 2022
1 parent ad1acbe commit 9f497e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"build:dev": "webpack-cli --mode development --devtool source-map",
"build": "yarn run clean && webpack-cli --mode production",
"test:r": "Rscript -e 'devtools::test()'",
"check:r": "rimraf node_modules && Rscript -e 'devtools::check(, error_on = \"error\")'",
"check:r": "rimraf node_modules && Rscript -e 'devtools::check(error_on = \"error\")'",
"style:r": "Rscript -e 'styler::style_pkg()'",
"lint:r": "Rscript -e 'devtools::load_all();lintr::lint_package()'",
"clean:r": "rimraf \"*.tar.gz\" check man doc docs NAMESPACE \"vignettes/*.R\" \"vignettes/*.html\" upsetjs.Rcheck Meta node_modules",
Expand Down

0 comments on commit 9f497e3

Please sign in to comment.