Skip to content

Commit 1099a01

Browse files
gildubgithub-actions[bot]
authored andcommitted
Avoid saving files generated by trustd.yaml | "openapi spec" into git (#331)
(cherry picked from commit b8cf130)
1 parent 8080500 commit 1099a01

File tree

8 files changed

+8
-5750
lines changed

8 files changed

+8
-5750
lines changed

.github/workflows/ci-global.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4
21+
2122
- name: save trustify-ui image
2223
run: |
2324
docker build . -t ghcr.io/trustification/trustify-ui:pr-test -f Dockerfile

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ node_modules/
88
# testing
99
coverage/
1010

11+
# generated files
12+
client/src/app/client/
13+
1114
# production
1215
dist/
1316
/qa/build

client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build:dev": "NODE_ENV=development webpack --config ./config/webpack.dev.ts",
1212
"start:dev": "NODE_ENV=development webpack serve --config ./config/webpack.dev.ts",
1313
"test": "NODE_ENV=test jest --rootDir=. --config=./config/jest.config.ts",
14-
"openapi:generate-client": "openapi-ts -f ./config/openapi-ts.config.ts",
14+
"generate": "openapi-ts -f ./config/openapi-ts.config.ts",
1515
"lint": "eslint .",
1616
"tsc": "tsc -p ./tsconfig.json"
1717
},

client/src/app/client/index.ts

-4
This file was deleted.

0 commit comments

Comments
 (0)