Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Jul 19, 2023
1 parent 9c50ed6 commit 21006b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
#
###################################################

- name: (DOCS) Generate Licenses Page
- name: (DOCS) Generate Dependencies Page
run: yarn docs:generate:dependencies

- name: (BUILD) Build Project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
#
###################################################

- name: (DOCS) Generate Licenses Page
- name: (DOCS) Generate Dependencies Page
run: yarn docs:generate:dependencies

- name: (BUILD) Build Project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
#
###################################################

- name: (DOCS) Generate Licenses Page
- name: (DOCS) Generate Dependencies Page
run: yarn docs:generate:dependencies

- name: (BUILD) Build Project
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"git:fix": "git add . && git commit -m fix && git push",
"git:improve-docs": "git add . && git commit -m \"improve docs\" && git push",
"git:open": "open-cli https://github.com/opentosca/opentosca-vintner",
"build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json && syncdir src/assets build/assets --quiet && cp LICENSE build/assets && cp docs/docs/assets/documents/dependencies.csv build/",
"build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json && syncdir src/assets build/assets --quiet && cp LICENSE build/assets && cp docs/docs/assets/documents/dependencies.csv build/assets",
"package": "pkg --config .pkgrc.json build/cli/index.js",
"deploy": "sudo cp ./dist/vintner-linux-x64 /usr/bin/vintner",
"lint:check": "eslint .",
Expand Down

0 comments on commit 21006b2

Please sign in to comment.