Skip to content

Commit 4ac3718

Browse files
committed
use npm instead of yarn
1 parent 9370a25 commit 4ac3718

File tree

2 files changed

+13
-16
lines changed

2 files changed

+13
-16
lines changed

inst/htmlwidgets/lib/plotlyjs/plotly-latest.min.js

Lines changed: 9 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/update_plotlyjs.R

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ withr::with_dir(tmpdir, {
4141
)
4242
}
4343

44-
# build
45-
system("yarn install")
46-
system("yarn build")
44+
# build just the main bundle
45+
# (also builds schema and locales)
46+
system("npm install")
47+
system("npm run bundle")
4748

4849
# copy assets to R package source
4950
file.copy(

0 commit comments

Comments
 (0)