Skip to content

Commit

Permalink
build: properly filter out api-subgraph in dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekhmet committed Feb 23, 2024
1 parent b9024b5 commit c9d00b2
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 @@ -6,7 +6,7 @@
"url": "[email protected]:snapshot-labs/sx-monorepo.git"
},
"scripts": {
"dev": "turbo run dev --filter=!mana --filter=!api --filter=!subgraph-api",
"dev": "turbo run dev --filter=!mana --filter=!api --filter=!api-subgraph",
"dev:full": "./scripts/dev-full.sh",
"build": "turbo run build",
"test": "turbo run test",
Expand Down

0 comments on commit c9d00b2

Please sign in to comment.