♻️(project) rename project from "publish" to "impress"
The repository was renamed to "impress" but the code was still mentionning "publish".
This commit is contained in:
committed by
Samuel Paccoud
parent
f581eb8abd
commit
ab7d9933e0
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "publish-openapi-client-ts",
|
||||
"name": "impress-openapi-client-ts",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "Tool to generate Typescript API client for the publish application.",
|
||||
"description": "Tool to generate Typescript API client for the impress application.",
|
||||
"scripts": {
|
||||
"generate:api:client:local": "./scripts/openapi-typescript-codegen/generate_api_client_local.sh $1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/numerique-gouv/publish.git"
|
||||
"url": "git+https://github.com/numerique-gouv/impress.git"
|
||||
},
|
||||
"author": {
|
||||
"name": "DINUM",
|
||||
@@ -16,9 +16,9 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/numerique-gouv/publish/issues"
|
||||
"url": "https://github.com/numerique-gouv/impress/issues"
|
||||
},
|
||||
"homepage": "https://github.com/numerique-gouv/publish#readme",
|
||||
"homepage": "https://github.com/numerique-gouv/impress#readme",
|
||||
"devDependencies": {
|
||||
"openapi-typescript-codegen": "0.25.0"
|
||||
}
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
# OPTIONS:
|
||||
# --output the path folder where types will be generated
|
||||
|
||||
openapi --input http://app-dev:8000/v1.0/swagger.json --output $1 --indent='2' --name ApiClientpublish --useOptions
|
||||
openapi --input http://app-dev:8000/v1.0/swagger.json --output $1 --indent='2' --name ApiClientImpress --useOptions
|
||||
|
||||
Reference in New Issue
Block a user