Skip to content

Supply JSKit runtime in SwiftPM resources #193

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
May 12, 2022
Prev Previous commit
Next Next commit
Rename Makefile job to avoid ambiguity
  • Loading branch information
MaxDesiatov committed May 12, 2022
commit 7e8a3ac8dbfba0c0e2f36ff3e1789b83c8df61fa
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ run_benchmark:
perf-tester:
cd ci/perf-tester && npm ci

.PHONY: regenerate_runtime_resources
regenerate_runtime_resources:
.PHONY: regenerate_swiftpm_resources
regenerate_swiftpm_resources:
npm run build
cp Runtime/lib/index.{js,mjs} Sources/JavaScriptKit/Runtime