Skip to content

Commit

Permalink
fix(core): install issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli committed May 30, 2023
1 parent ffc184f commit 5f24265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
freebsd-version
mkdir -p /Users/runner/work/_temp/_github_workflow
echo "{}" > /Users/runner/work/_temp/_github_workflow/event.json
pnpm install --frozen-lockfile --dev
pnpm install --frozen-lockfile --dev --ignore-scripts --no-optional
pnpm nx run-many --target=build-native -- --target=x86_64-unknown-freebsd
rm -rf node_modules
rm -rf target
Expand Down

0 comments on commit 5f24265

Please sign in to comment.