Skip to content

Commit

Permalink
chore: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
ErKeLost committed Oct 27, 2024
1 parent 654e483 commit c90b421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"bootstrap": "node scripts/clean.mjs && node scripts/bootstrap.mjs && pnpm start",
"bootstrap": "pnpm install && node scripts/clean.mjs && node scripts/bootstrap.mjs && pnpm start",
"start:rs": "cargo watch -w crates -w rust-plugins -s 'scripts/watch.sh'",
"start": "pnpm --filter @farmfe/cli start",
"build:cli": "pnpm --filter @farmfe/cli build",
Expand Down

0 comments on commit c90b421

Please sign in to comment.