We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa444dd commit f697d51Copy full SHA for f697d51
1 file changed
package.json
@@ -28,7 +28,7 @@
28
"clean": "tsc --build --clean",
29
"lint": "eslint . --ignore-path .gitignore",
30
"pretest": "npm run build && npm run lint",
31
- "test": "web-test-runner test/*.js --node-resolve",
+ "test": "web-test-runner test/* --node-resolve",
32
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
33
},
34
"prettier": "@github/prettier-config",
0 commit comments