Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nalchevanidze committed Jun 10, 2024
1 parent 67a68de commit f2a7d00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
run: |
git config --global user.name "GitHub"
git config --global user.email "<[email protected]>"
npm run -- open
npm run cli -- open
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
"scripts": {
"check:spelling": "cspell --cache --no-progress '**/*.hs'",
"cli": "ts-node scripts/cli.ts",
"format": "ts-node scripts/cli.ts format",
"format:fix": "ts-node scripts/cli.ts format --fix=true",
"code-gen": "morpheus build morpheus-graphql-server/test examples/code-gen examples/code-gen-docs",
"code-gen:check": "morpheus check morpheus-graphql-server/test examples/code-gen examples/code-gen-docs",
"lint": "curl -sSL https://raw.github.com/ndmitchell/hlint/master/misc/run.sh | sh -s .",
Expand Down

0 comments on commit f2a7d00

Please sign in to comment.