Skip to content

Commit

Permalink
Merge pull request #124 from mittwald/chore/remove-test-formatting
Browse files Browse the repository at this point in the history
Test of formatting is already performed by ES-Lint
  • Loading branch information
mfal authored Dec 18, 2023
2 parents fa48c12 + 62326ed commit 33a9105
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@
},
"scripts": {
"build": "unbuild",
"format": "yarn format:base --write",
"format:base": "prettier $@ '**/*.{ts,tsx,yaml,yml,json,md,mdx}'",
"format": "prettier --write '**/*.{ts,tsx,yaml,yml,json,md,mdx}'",
"license-check": "yarn pnpify license-checker-rseidelsohn $*",
"test": "yarn test:format && yarn test:lint && yarn test:build && yarn test:jest && yarn test:licenses",
"test": "yarn test:lint && yarn test:build && yarn test:jest && yarn test:licenses",
"test:build": "yarn build",
"test:format": "yarn format:base --check",
"test:jest": "node --experimental-vm-modules $(yarn bin jest)",
"test:licenses": "yarn license-check --unknown --failOn 'UNLICENSED;UNKNOWN'",
"test:lint": "eslint . --cache",
Expand Down

0 comments on commit 33a9105

Please sign in to comment.