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 e11ff2d commit 33e8981Copy full SHA for 33e8981
package.json
@@ -41,7 +41,7 @@
41
"test:watch": "npm run test -- --watch",
42
"test:update": "npm run test -- --updateSnapshot --coverage",
43
"setup": "npm install && npm run validate",
44
- "validate": "npm run clean && npm-run-all lint test",
+ "validate": "npm-run-all lint test",
45
"contributors:add": "all-contributors add",
46
"contributors:generate": "all-contributors generate"
47
},
0 commit comments