We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be0171 commit ad46697Copy full SHA for ad46697
package.json
@@ -22,7 +22,7 @@
22
"eslint": "lb-eslint --report-unused-disable-directives .",
23
"eslint:fix": "npm run eslint -- --fix",
24
"pretest": "npm run clean && npm run build",
25
- "test": "lb-mocha --allow-console-logs \"dist/__tests__\"",
+ "test": "echo \"No test specified\"",
26
"posttest": "npm run lint",
27
"test:dev": "lb-mocha --allow-console-logs dist/__tests__/**/*.js && npm run posttest",
28
"clean": "lb-clean dist *.tsbuildinfo .eslintcache",
0 commit comments