Skip to content

Commit 777a213

Browse files
committed
fix flag
1 parent 97eb93d commit 777a213

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ lib:
5656
./scripts/prebuilt.js
5757

5858
artifacts: lib
59-
./scripts/npmPack.js -updateArtifactList
59+
./scripts/npmPack.js --updateArtifactList
6060

6161
# Builds the core playground bundle (without the relevant cmijs files for the runtime)
6262
playground:

scripts/npmPack.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// This performs `yarn pack` and retrieves the list of artifact files from the output.
66
//
7-
// In local dev, invoke it with `-updateArtifactList` to perform a dry run of `yarn pack`
7+
// In local dev, invoke it with `--updateArtifactList` to perform a dry run of `yarn pack`
88
// and recreate `packages/artifacts.txt`.
99
//
1010
// In CI, the scripts is invoked without options. It then performs `yarn pack` for real,

0 commit comments

Comments
 (0)