Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Jan 22, 2024
1 parent 3448d34 commit 1bf1a51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: "16.x"
- run: npm ci
- run: npm test:spellcheck
- run: npm spellcheck
test:
runs-on: ubuntu-latest
steps:
Expand All @@ -24,7 +24,7 @@ jobs:
with:
node-version: "16.x"
- run: npm ci
- run: npm test:spellcheck
- run: npm spellcheck
- run: npm test:build
publish:
if: github.ref == 'refs/heads/main'
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"test": "npm run test:build && npm run test:spellcheck",
"test:build": "npm spec-md --metadata spec/metadata.json spec/GraphQLCompositeSchemas.md > /dev/null",
"test:spellcheck": "cspell \"spec/**/*.md\" README.md",
"spellcheck": "cspell \"spec/**/*.md\" README.md",
"format": "prettier --write \"**/*.{md,yml,yaml,json}\"",
"format:check": "prettier --check \"**/*.{md,yml,yaml,json}\"",
"build": "./build.sh",
Expand Down

0 comments on commit 1bf1a51

Please sign in to comment.