Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
satterly committed Jul 2, 2022
1 parent c08c0d2 commit 8784230
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -20,9 +20,6 @@ jobs:
- id: build
run: |
npm install
- id: prettier
run: |
npm run prettier
- id: format-check
run: |
npm run format-check
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -6,7 +6,6 @@
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"prettier": "prettier --version",
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check --loglevel debug '**/*.ts'",
"lint": "eslint src/**/*.ts",
Expand Down

0 comments on commit 8784230

Please sign in to comment.