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 56
56
./scripts/prebuilt.js
57
57
58
58
artifacts : lib
59
- ./scripts/npmPack.js -updateArtifactList
59
+ ./scripts/npmPack.js -- updateArtifactList
60
60
61
61
# Builds the core playground bundle (without the relevant cmijs files for the runtime)
62
62
playground :
Original file line number Diff line number Diff line change 4
4
5
5
// This performs `yarn pack` and retrieves the list of artifact files from the output.
6
6
//
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`
8
8
// and recreate `packages/artifacts.txt`.
9
9
//
10
10
// 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