Skip to content

Commit

Permalink
yarn build is now working
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Apr 7, 2021
1 parent 07882e0 commit 6666c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/updateSelectize.R
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ for (patch in list.files(patch_dir, full.names = TRUE)) {
# =============================================================================
# Generate minified js
# =============================================================================
#withr::with_dir(find_package_root_file("tools"), system("yarn grunt"))
withr::with_dir(find_package_root_file("srcts"), system("yarn build"))

0 comments on commit 6666c1d

Please sign in to comment.