Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
datagutt committed Aug 22, 2024
1 parent f847e30 commit 27c2e25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"build:watch": "tsc -w -p tsconfig.json",
"build:release": "npm run clean && tsc -p tsconfig.release.json",
"lint": "eslint . --ext .ts --ext .mts",
"test": "jest --coverage",
"test": "jest --coverage --passWithNoTests",
"prettier": "prettier --config .prettierrc --write .",
"test:watch": "jest --watch"
"test:watch": "jest --watch --passWithNoTests"
},
"author": "Thomas Lekanger <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 27c2e25

Please sign in to comment.