Skip to content

Commit 3639d83

Browse files
authored
Merge pull request #138 from Daniel-Kolev/fix-run-ui-make-command
Fix the extension make ui-run command
2 parents e154c76 + f152977 commit 3639d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ debug-reset: # Reset Chrome-dev tools
4242
debug-ui: # Set UI hot reload
4343
docker extension dev ui-source $(IMAGE):$(TAG) http://localhost:3000
4444
ui-run:
45-
cd ui && npm start
45+
cd ui && npm run dev

0 commit comments

Comments
 (0)