Skip to content

Commit

Permalink
only format src/ and test/
Browse files Browse the repository at this point in the history
  • Loading branch information
bcherny committed Aug 27, 2023
1 parent fe580b6 commit 34cb853
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 @@ -15,8 +15,8 @@
"build:browser": "browserify src/index.ts -s jstt -p tsify > dist/bundle.js",
"build:server": "tsc -d",
"clean": "shx rm -rf dist && mkdir dist",
"format": "prettier \"**/*.ts\" --write",
"format-check": "prettier \"**/*.ts\" --check",
"format": "prettier \"{src,test}/*.ts\" --write",
"format-check": "prettier \"{src,test}/*.ts\" --check",
"lint": "eslint src/*.ts test/*.ts",
"tdd": "concurrently -r -p '' -k 'npm run watch' 'npm run watch:test'",
"test": "npm run pre-test && ava --timeout=300s --verbose",
Expand Down

0 comments on commit 34cb853

Please sign in to comment.