Skip to content

Commit 2bfc7dd

Browse files
authored
Merge pull request #772 from andersk/prepare
Change prepack script to prepare, to fix errors installing directly from Git
2 parents fc4c67e + 72ed944 commit 2bfc7dd

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
@@ -7,7 +7,7 @@
77
"scripts": {
88
"lint": "eslint \"**/*.js\" \"**/*.ts\" && prettier --check \"**/*.js\" \"**/*.ts\"",
99
"prettier:write": "prettier --write \"**/*.js\" \"**/*.ts\"",
10-
"prepack": "check-for-leaks",
10+
"prepare": "check-for-leaks",
1111
"prepush": "check-for-leaks",
1212
"pretest": "tsc lib/spectron.d.ts",
1313
"test": "npm run lint && xvfb-maybe mocha",

0 commit comments

Comments
 (0)