ci: add packages to dev
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
pull-requests: write # to be able to comment on released pull requests
|
pull-requests: write # to be able to comment on released pull requests
|
||||||
id-token: write # to enable use of OIDC for npm provenance
|
id-token: write # to enable use of OIDC for npm provenance
|
||||||
packages: write
|
packages: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@@ -66,9 +66,6 @@ jobs:
|
|||||||
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
|
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
|
||||||
run: pnpm audit signatures
|
run: pnpm audit signatures
|
||||||
|
|
||||||
- name: Install semantic-release dependencies
|
|
||||||
run: pnpm add @semantic-release/changelog
|
|
||||||
|
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: pnpm build
|
run: pnpm build
|
||||||
|
|
||||||
|
|||||||
@@ -84,6 +84,10 @@
|
|||||||
"@directus/types": "^10.1.3",
|
"@directus/types": "^10.1.3",
|
||||||
"@directus/utils": "^10.0.8",
|
"@directus/utils": "^10.0.8",
|
||||||
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
||||||
|
"@semantic-release/changelog": "^6.0.3",
|
||||||
|
"@semantic-release/commit-analyzer": "^10.0.1",
|
||||||
|
"@semantic-release/github": "^9.0.4",
|
||||||
|
"@semantic-release/npm": "^10.0.4",
|
||||||
"@types/chai": "^4.3.5",
|
"@types/chai": "^4.3.5",
|
||||||
"@types/chai-as-promised": "^7.1.5",
|
"@types/chai-as-promised": "^7.1.5",
|
||||||
"@types/config": "^3.3.0",
|
"@types/config": "^3.3.0",
|
||||||
@@ -111,6 +115,7 @@
|
|||||||
"knex": "^2.5.1",
|
"knex": "^2.5.1",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"nyc": "^15.1.0",
|
"nyc": "^15.1.0",
|
||||||
|
"semantic-release": "^21.0.7",
|
||||||
"sqlite3": "^5.1.6",
|
"sqlite3": "^5.1.6",
|
||||||
"ts-mocha": "^10.0.0",
|
"ts-mocha": "^10.0.0",
|
||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
|
|||||||
1389
pnpm-lock.yaml
generated
1389
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user