Skip to content

Commit

Permalink
fix(v2): build js plugins scirpts error (#1896)
Browse files Browse the repository at this point in the history
fix: build js plugins error
  • Loading branch information
ErKeLost authored Oct 29, 2024
1 parent 0062df5 commit aa50f68
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 96 deletions.
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": "pnpm install && node scripts/clean.mjs && node scripts/bootstrap.mjs && pnpm start",
"bootstrap": "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
Loading

0 comments on commit aa50f68

Please sign in to comment.