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 d7c6af7 commit 557d840Copy full SHA for 557d840
package.json
@@ -6,7 +6,7 @@
6
],
7
"scripts": {
8
"test": "node scripts/test.js",
9
- "posttest": "yarn clean",
+ "pretest": "yarn clean",
10
"lint": "eslint --fix packages/**/*.js packages/**/bin/* test/**/*.js",
11
"clean": "rimraf packages/test/*",
12
"sync": "node scripts/syncDeps.js",
0 commit comments