Skip to content

Commit be4e423

Browse files
committed
typo fix
1 parent 4d2f598 commit be4e423

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

npm-scripts.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)