Skip to content

Commit 33e8981

Browse files
committed
the clean script is no longer required
1 parent e11ff2d commit 33e8981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"test:watch": "npm run test -- --watch",
4242
"test:update": "npm run test -- --updateSnapshot --coverage",
4343
"setup": "npm install && npm run validate",
44-
"validate": "npm run clean && npm-run-all lint test",
44+
"validate": "npm-run-all lint test",
4545
"contributors:add": "all-contributors add",
4646
"contributors:generate": "all-contributors generate"
4747
},

0 commit comments

Comments
 (0)