File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -270,11 +270,11 @@ function publishDryRun() {
270270 // package.json is already published (which is the usual state between
271271 // releases), making it useless in CI.
272272 //
273- // `npm pack --dry-run` still runs the `prepare` script (flatbuffers
274- // generation and TypeScript build) and assembles the tarball exactly as a
275- // real publish would, reporting its contents without writing any file or
276- // contacting the registry. Useful to validate the `files` list in
277- // package.json and that the package builds before tagging a release.
273+ // `npm pack --dry-run` still runs the `prepare` script (TypeScript build)
274+ // and assembles the tarball exactly as a real publish would, reporting its
275+ // contents without writing any file or contacting the registry. Useful to
276+ // validate the `files` list in package.json and that the package builds
277+ // before tagging a release.
278278 executeCmd ( 'npm pack --dry-run --loglevel warn' ) ;
279279}
280280
You can’t perform that action at this time.
0 commit comments