Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 17, 2025
1 parent 3485783 commit 6d2e9b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wrapper/nodejs/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cd plugins\rubyastgen
.\setup.ps1
cd ..\..

Remove-Item -Force plugins\bin\racc* plugins\bin\ruby-parse* plugins\bin\ruby-rewrite*
Remove-Item -Force plugins\bin\racc.cmd plugins\bin\ruby-parse.cmd plugins\bin\ruby-rewrite.cmd

npm ci

Expand Down
4 changes: 2 additions & 2 deletions wrapper/nodejs/plugins/rubyastgen/setup.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$env:GEM_HOME="."
bundle install --binstubs=../bin --no-cache --standalone=frontend
Remove-Item -Recurse -Force bundle\ruby\*\bundler\gems\ruby_ast_gen-*\.git*
Remove-Item -Recurse -Force bundle\ruby\*\cache
Remove-Item -Recurse -Force bundle\ruby\3.4.0\bundler\gems\ruby_ast_gen-05140cf67b0c\.git*
Remove-Item -Recurse -Force bundle\ruby\3.4.0\cache

0 comments on commit 6d2e9b4

Please sign in to comment.