Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mistlog committed Nov 6, 2021
1 parent 53e7bed commit 9c9edd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: npm install, build, and test
run: |
npm ci
npm run check:format
npm run format:check
env:
CI: true
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"build": "draft build && tsc -p tsconfig.build.json",
"test": "jest --coverage",
"test:watch": "jest --watch",
"format": "prettier --write ./src ./test ./script ./cli ./draft",
"format:check": "prettier --check ./src ./test ./script ./cli ./draft"
"format": "prettier --write ./src ./test ./cli ./draft",
"format:check": "prettier --check ./src ./test ./cli ./draft"
},
"author": "mistlog",
"license": "MIT",
Expand Down

0 comments on commit 9c9edd3

Please sign in to comment.