We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe580b6 commit 34cb853Copy full SHA for 34cb853
package.json
@@ -15,8 +15,8 @@
15
"build:browser": "browserify src/index.ts -s jstt -p tsify > dist/bundle.js",
16
"build:server": "tsc -d",
17
"clean": "shx rm -rf dist && mkdir dist",
18
- "format": "prettier \"**/*.ts\" --write",
19
- "format-check": "prettier \"**/*.ts\" --check",
+ "format": "prettier \"{src,test}/*.ts\" --write",
+ "format-check": "prettier \"{src,test}/*.ts\" --check",
20
"lint": "eslint src/*.ts test/*.ts",
21
"tdd": "concurrently -r -p '' -k 'npm run watch' 'npm run watch:test'",
22
"test": "npm run pre-test && ava --timeout=300s --verbose",
0 commit comments