Skip to content

Commit

Permalink
Merge branch 'main' into issue-anchor_peer
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungHypo authored Dec 11, 2024
2 parents 5c844e1 + a177906 commit 3d88da4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"docker-prod:dev": "docker compose -f ./docker/docker-compose.yml up",
"docker:build": "docker compose -f ./docker/docker-compose.dev.yml build",
"docker:dev": "docker compose -f ./docker/docker-compose.dev.yml up",
"docker:push": "npm run docker-hub:build && npm run docker:tag && docker push antdesign/ant-design-pro",
"docker:push": "yarn docker-hub:build && yarn docker:tag && docker push antdesign/ant-design-pro",
"docker:tag": "docker tag ant-design-pro antdesign/ant-design-pro",
"functions:build": "yarn run generateMock && netlify dev",
"netlify:dev": "netlify dev",
"generateMock": "node ./scripts/generateMock",
"lint": "eslint --ext .js src mock tests && npm run lint:style && npm run lint:prettier",
"lint": "eslint --ext .js src mock tests && yarn lint:style && yarn lint:prettier",
"lint-staged": "lint-staged",
"lint-staged:js": "eslint --ext .js",
"lint:fix": "eslint --fix --ext .js src mock tests && stylelint --fix 'src/**/*.less' --syntax less",
Expand All @@ -29,7 +29,7 @@
"test": "umi test",
"test:all": "node ./tests/run-tests.js",
"test:component": "umi test ./src/components",
"tslint": "npm run tslint:fix",
"tslint": "yarn tslint:fix",
"tslint:fix": "tslint --fix 'src/**/*.ts*'"
},
"husky": {
Expand All @@ -55,7 +55,7 @@
"@ant-design/pro-layout": "^5.0.0",
"@antv/data-set": "^0.10.1",
"antd": "^4.2.5",
"bizcharts": "3.5.2-beta.1",
"bizcharts": "3.5.3",
"bizcharts-plugin-slider": "^2.1.1-beta.1",
"body-parser": "^1.19.0",
"cello-paginator": "^1.0.1",
Expand Down

0 comments on commit 3d88da4

Please sign in to comment.