You've already forked AstralRinth
forked from didirus/AstralRinth
fix package
This commit is contained in:
6
.github/workflows/daedalus-docker.yml
vendored
6
.github/workflows/daedalus-docker.yml
vendored
@@ -17,6 +17,9 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
working-directory: ./apps/daedalus
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@@ -37,8 +40,7 @@ jobs:
|
|||||||
id: docker_build
|
id: docker_build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: ./apps/daedalus
|
||||||
file: ./Dockerfile
|
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.docker_meta.outputs.tags }}
|
tags: ${{ steps.docker_meta.outputs.tags }}
|
||||||
labels: ${{ steps.docker_meta.outputs.labels }}
|
labels: ${{ steps.docker_meta.outputs.labels }}
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@modrinth/app-frontend": "workspace:*",
|
"@modrinth/app-frontend": "workspace:*",
|
||||||
"@modrinth/app-lib": "workspace:*"
|
"@modrinth/app-lib": "workspace:*",
|
||||||
|
"@modrinth/daedalus": "workspace:*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -6,5 +6,8 @@
|
|||||||
"fix": "cargo fmt && cargo clippy --fix",
|
"fix": "cargo fmt && cargo clippy --fix",
|
||||||
"dev": "cargo run",
|
"dev": "cargo run",
|
||||||
"test": "cargo test"
|
"test": "cargo test"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@modrinth/daedalus": "workspace:*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "@modrinth/daedalus_client",
|
"name": "@modrinth/daedalus",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "cargo build --release",
|
"build": "cargo build --release",
|
||||||
"lint": "cargo fmt --check && cargo clippy --all-targets --all-features -- -D warnings",
|
"lint": "cargo fmt --check && cargo clippy --all-targets --all-features -- -D warnings",
|
||||||
|
|||||||
17
pnpm-lock.yaml
generated
17
pnpm-lock.yaml
generated
@@ -31,6 +31,9 @@ importers:
|
|||||||
'@modrinth/app-lib':
|
'@modrinth/app-lib':
|
||||||
specifier: workspace:*
|
specifier: workspace:*
|
||||||
version: link:../../packages/app-lib
|
version: link:../../packages/app-lib
|
||||||
|
'@modrinth/daedalus':
|
||||||
|
specifier: workspace:*
|
||||||
|
version: link:../../packages/daedalus
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@tauri-apps/cli':
|
'@tauri-apps/cli':
|
||||||
specifier: 2.0.0-rc.16
|
specifier: 2.0.0-rc.16
|
||||||
@@ -150,6 +153,12 @@ importers:
|
|||||||
|
|
||||||
apps/app-playground: {}
|
apps/app-playground: {}
|
||||||
|
|
||||||
|
apps/daedalus_client:
|
||||||
|
dependencies:
|
||||||
|
'@modrinth/daedalus':
|
||||||
|
specifier: workspace:*
|
||||||
|
version: link:../../packages/daedalus
|
||||||
|
|
||||||
apps/docs:
|
apps/docs:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/check':
|
'@astrojs/check':
|
||||||
@@ -311,6 +320,8 @@ importers:
|
|||||||
specifier: ^3.4.31
|
specifier: ^3.4.31
|
||||||
version: 3.4.31(typescript@5.5.4)
|
version: 3.4.31(typescript@5.5.4)
|
||||||
|
|
||||||
|
packages/daedalus: {}
|
||||||
|
|
||||||
packages/eslint-config-custom:
|
packages/eslint-config-custom:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@nuxtjs/eslint-config-typescript':
|
'@nuxtjs/eslint-config-typescript':
|
||||||
@@ -10393,12 +10404,12 @@ snapshots:
|
|||||||
'@types/eslint-scope@3.7.7':
|
'@types/eslint-scope@3.7.7':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/eslint': 9.6.0
|
'@types/eslint': 9.6.0
|
||||||
'@types/estree': 1.0.5
|
'@types/estree': 1.0.6
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@types/eslint@9.6.0':
|
'@types/eslint@9.6.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/estree': 1.0.5
|
'@types/estree': 1.0.6
|
||||||
'@types/json-schema': 7.0.15
|
'@types/json-schema': 7.0.15
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
@@ -17169,7 +17180,7 @@ snapshots:
|
|||||||
webpack@5.92.1:
|
webpack@5.92.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/eslint-scope': 3.7.7
|
'@types/eslint-scope': 3.7.7
|
||||||
'@types/estree': 1.0.5
|
'@types/estree': 1.0.6
|
||||||
'@webassemblyjs/ast': 1.12.1
|
'@webassemblyjs/ast': 1.12.1
|
||||||
'@webassemblyjs/wasm-edit': 1.12.1
|
'@webassemblyjs/wasm-edit': 1.12.1
|
||||||
'@webassemblyjs/wasm-parser': 1.12.1
|
'@webassemblyjs/wasm-parser': 1.12.1
|
||||||
|
|||||||
Reference in New Issue
Block a user