We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97eb93d commit 777a213Copy full SHA for 777a213
Makefile
@@ -56,7 +56,7 @@ lib:
56
./scripts/prebuilt.js
57
58
artifacts: lib
59
- ./scripts/npmPack.js -updateArtifactList
+ ./scripts/npmPack.js --updateArtifactList
60
61
# Builds the core playground bundle (without the relevant cmijs files for the runtime)
62
playground:
scripts/npmPack.js
@@ -4,7 +4,7 @@
4
5
// This performs `yarn pack` and retrieves the list of artifact files from the output.
6
//
7
-// In local dev, invoke it with `-updateArtifactList` to perform a dry run of `yarn pack`
+// In local dev, invoke it with `--updateArtifactList` to perform a dry run of `yarn pack`
8
// and recreate `packages/artifacts.txt`.
9
10
// In CI, the scripts is invoked without options. It then performs `yarn pack` for real,
0 commit comments