Skip to content

Commit

Permalink
fix: build script
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX authored Mar 14, 2024
1 parent 94976e6 commit f9e0ee6
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 @@ -4,7 +4,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"build": "pnpm -r run build",
"build"​: ​"​pnpm -r --filter ​\"​@quasi-dev/northstar...​\"​ run build​"​,
"dev": "pnpm dev:northstar",
"dev:northstar": "pnpm -r --parallel --filter \"@quasi-dev/northstar...\" run dev",
"check": "pnpm -r --parallel run check",
Expand Down

0 comments on commit f9e0ee6

Please sign in to comment.