Skip to content

Commit

Permalink
10409: Add npm run to package command
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Rogers committed Sep 11, 2024
1 parent b288a7d commit 284ccec
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 @@ -242,7 +242,7 @@
"verify-authorizers": "./scripts/circleci/verify-authorizers.sh",
"verify-private-elasticsearch": "./scripts/circleci/verify-private-elasticsearch.sh",
"visualize-bundle": "esbuild-visualizer --metadata ./metadata.json && open stats.html",
"dev:api-local": "dev:app-local & dev:streams-local",
"dev:api-local": "npm run dev:app-local & npm run dev:streams-local",
"dev:app-local": "./run-api-local.sh",
"dev:streams-local": "./run-streams-local.sh"
},
Expand Down

0 comments on commit 284ccec

Please sign in to comment.