Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Feb 25, 2024
1 parent fc36ddc commit 12a3934
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,6 @@ jobs:
echo "$(git diff --stat)" >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
- name: Setup Node 21.x
uses: actions/setup-node@v4
with:
node-version: 21.x
cache: npm

- name: "npm install"
run: npm install

- name: "npm build"
run: npm run build

- name: "git add --all"
run: git add --all

Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
gen-client:
# https://github.com/OpenAPITools/openapi-generator
openapi-generator generate -i https://raw.githubusercontent.com/bavix/gripmock-openapi/master/api.yaml -g javascript -o ./generated/
Empty file removed dist/.gitkeep
Empty file.

0 comments on commit 12a3934

Please sign in to comment.