Skip to content

Commit e63ec00

Browse files
committed
no-mistakes(document): clarify package-npm.sh engine-asset gate in header comment
1 parent 18c36df commit e63ec00

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

scripts/package-npm.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
#
88
# The engine is not bundled: it is fetched from the GitHub release at install
99
# 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.
10+
# ./scripts/publish-release-assets.sh - this script refuses to pack until every
11+
# asset for the pinned engine version is on the release, because an install
12+
# without them succeeds and then has nothing to run.
1213
#
1314
# Usage:
1415
# ./scripts/package-npm.sh # pack only

0 commit comments

Comments
 (0)