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 d1596fd commit ce45fa7Copy full SHA for ce45fa7
package.json
@@ -36,7 +36,7 @@
36
"precommit": "lint-staged",
37
"postcommit": "git reset",
38
"prepublish": "npm run --if-present build",
39
- "test": "mocha \"test/**/*.ts\"",
+ "test": "mocha \"test/**/*.{js,ts}\"",
40
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
41
"watch": "tsc -p . --watch"
42
},
0 commit comments