Skip to content

Commit

Permalink
Fix start:dev
Browse files Browse the repository at this point in the history
  • Loading branch information
samajammin committed Dec 13, 2021
1 parent 47013c4 commit ada690a
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 @@ -23,7 +23,7 @@
"build:contracts": "yarn workspace @clrfund/contracts run build",
"build:web": "yarn workspace @clrfund/vue-app run build",
"build:subgraph": "yarn workspace @clrfund/subgraph run codegen && yarn workspace @clrfund/subgraph run build",
"start:dev": "yarn deploy:local-registry && yarn start:subgraph && yarn start:web",
"start:dev": "yarn deploy:local && yarn start:subgraph && yarn start:web",
"start:registry": "yarn deploy:local-registry && yarn start:subgraph && yarn start:web",
"start:node": "yarn workspace @clrfund/contracts run node",
"start:web": "yarn workspace @clrfund/vue-app run serve",
Expand Down

0 comments on commit ada690a

Please sign in to comment.