prepare -> prepublishOnly

This commit is contained in:
moody salem
2020-04-15 08:56:21 -04:00
parent bcf5d74da3
commit 1d583b6058

View File

@ -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"
}