File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5656 ./scripts/prebuilt.js
5757
5858artifacts : 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)
6262playground :
Original file line number Diff line number Diff line change 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,
You can’t perform that action at this time.
0 commit comments