There was an error while loading. Please reload this page.
1 parent 18c36df commit e63ec00Copy full SHA for e63ec00
1 file changed
scripts/package-npm.sh
@@ -7,8 +7,9 @@
7
#
8
# The engine is not bundled: it is fetched from the GitHub release at install
9
# time by bin/postinstall.js. Publish the release assets first with
10
-# ./scripts/publish-release-assets.sh, or installs of this version will fail to
11
-# find an engine.
+# ./scripts/publish-release-assets.sh - this script refuses to pack until every
+# asset for the pinned engine version is on the release, because an install
12
+# without them succeeds and then has nothing to run.
13
14
# Usage:
15
# ./scripts/package-npm.sh # pack only
0 commit comments