Skip to content

Commit

Permalink
fix: fix cli pkg error;
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Jul 29, 2022
1 parent a8bac5b commit cbebbcc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion deploy/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ services:
SHARED_NETWORK: laf_shared_network
LOG_LEVEL: debug
SERVICE_DRIVER: docker
APP_SERVICE_ENV_NPM_INSTALL_FLAGS: '--registry=https://registry.npm.taobao.org --no-audit --no-fund'
APP_SERVICE_ENV_NPM_INSTALL_FLAGS: ' --no-audit --no-fund'
MINIO_INTERNAL_ENDPOINT: http://oss:9000
MINIO_EXTERNAL_ENDPOINT: http://${OSS_DOMAIN}:${PUBLISH_PORT:-8080}
MINIO_REGION_NAME: cn-default
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ services:
SHARED_NETWORK: laf_shared_network
LOG_LEVEL: debug
SERVICE_DRIVER: docker
APP_SERVICE_ENV_NPM_INSTALL_FLAGS: '--registry=https://registry.npm.taobao.org --no-audit --no-fund'
APP_SERVICE_ENV_NPM_INSTALL_FLAGS: ' --no-audit --no-fund'
MINIO_INTERNAL_ENDPOINT: http://oss:9000
MINIO_EXTERNAL_ENDPOINT: http://oss.127-0-0-1.nip.io:8080
MINIO_REGION_NAME: cn-default
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laf-cli",
"version": "0.1.4",
"version": "0.8.4",
"description": "laf-cli for labring/laf",
"main": "dist/index.js",
"bin": {
Expand All @@ -27,8 +27,7 @@
"homepage": "https://github.com/labring/laf#readme",
"devDependencies": {
"@types/mime": "^2.0.3",
"@types/node": "^17.0.31",
"typescript": "^4.7.4"
"@types/node": "^17.0.31"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.86.0",
Expand All @@ -40,6 +39,7 @@
"commander": "^9.3.0",
"dotenv": "^16.0.0",
"jsonwebtoken": "^8.5.1",
"mime": "^3.0.0"
"mime": "^3.0.0",
"typescript": "^4.7.4"
}
}

0 comments on commit cbebbcc

Please sign in to comment.