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.
2 parents fc4c67e + 72ed944 commit 2bfc7ddCopy full SHA for 2bfc7dd
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"lint": "eslint \"**/*.js\" \"**/*.ts\" && prettier --check \"**/*.js\" \"**/*.ts\"",
9
"prettier:write": "prettier --write \"**/*.js\" \"**/*.ts\"",
10
- "prepack": "check-for-leaks",
+ "prepare": "check-for-leaks",
11
"prepush": "check-for-leaks",
12
"pretest": "tsc lib/spectron.d.ts",
13
"test": "npm run lint && xvfb-maybe mocha",
0 commit comments