Skip to content

Commit 557d840

Browse files
committed
test: run clean before test instead of after
1 parent d7c6af7 commit 557d840

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
@@ -6,7 +6,7 @@
66
],
77
"scripts": {
88
"test": "node scripts/test.js",
9-
"posttest": "yarn clean",
9+
"pretest": "yarn clean",
1010
"lint": "eslint --fix packages/**/*.js packages/**/bin/* test/**/*.js",
1111
"clean": "rimraf packages/test/*",
1212
"sync": "node scripts/syncDeps.js",

0 commit comments

Comments
 (0)