Skip to content

Commit

Permalink
fix_web_package
Browse files Browse the repository at this point in the history
  • Loading branch information
zackyoungh committed Feb 12, 2025
1 parent 571a524 commit 8e1da44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Check Style
run: |
./mvnw -T 4C -B --no-snapshot-updates clean spotless:check -P flink-all
build_npm:
name: Build_NPM
build_web:
name: Build_Web
runs-on: ubuntu-latest
timeout-minutes: 30
needs: check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:

jobs:
build_front:
name: Build_NPM
name: Build_WEB
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion dinky-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Dinky is an out of the box one-stop real-time computing platform dedicated to the construction and practice of Unified Batch & Streaming and Unified Data Lake & Data Warehouse. Based on Apache Flink, Dinky provides the ability to connect many big data frameworks including OLAP and Data Lake.",
"license": "Apache License 2.0",
"packageManager": "pnpm@8.10.0",
"packageManager": "pnpm@9.15.5",
"scripts": {
"analyze": "cross-env ANALYZE=1 max build",
"build": "max build ",
Expand Down

0 comments on commit 8e1da44

Please sign in to comment.