Skip to content

Commit

Permalink
prepare -> prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed Apr 15, 2020
1 parent bcf5d74 commit 1d583b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"pretest": "yarn compile",
"test": "mocha",
"check-compile-output": "./scripts/check-compile-output.sh",
"prepare": "yarn compile"
"prepublishOnly": "yarn compile"
},
"license": "GPL-3.0-or-later"
}

0 comments on commit 1d583b6

Please sign in to comment.