Skip to content

Commit

Permalink
fix typo in command name
Browse files Browse the repository at this point in the history
  • Loading branch information
hagen1778 committed Sep 16, 2024
1 parent b0758d6 commit 2c57d4a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ jobs:
- name: Build
shell: 'script -q -e -c "bash {0}"'
run: |
make victorimetrics-frontend-plugin-build
make victoriametrics-frontend-plugin-build
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ victoriametrics-backend-plugin-build: \
victoriametrics-backend-plugin-arm64-prod \
victoriametrics-backend-plugin-windows-prod

victorimetrics-frontend-plugin-build: \
victoriametrics-frontend-plugin-build: \
frontend-build

victoriametrics-datasource-plugin-build: \
victorimetrics-frontend-plugin-build \
victoriametrics-frontend-plugin-build \
victoriametrics-backend-plugin-build

victoriametrics-datasource-plugin-pack:
Expand All @@ -82,11 +82,11 @@ victoriametrics-datasource-frontend-plugin-pack: \
frontend-pack

victoriametrics-datasource-frontend-plugin-release: \
victorimetrics-frontend-plugin-build \
victoriametrics-frontend-plugin-build \
victoriametrics-datasource-frontend-plugin-pack

victoriametrics-datasource-plugin-release: \
victorimetrics-frontend-plugin-build \
victoriametrics-frontend-plugin-build \
victoriametrics-backend-plugin-build \
victoriametrics-datasource-plugin-pack

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ This command will build executable multi-platform files to the `dist` folder for
From the root folder of the project run the following command:

```
make victorimetrics-frontend-plugin-build
make victoriametrics-frontend-plugin-build
```

This command will build all frontend app into `dist` folder.
Expand Down

0 comments on commit 2c57d4a

Please sign in to comment.