Skip to content

Commit

Permalink
Don't comment out experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed Mar 27, 2020
1 parent 1f22f84 commit 1d6565c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/tasks/dist.js
Expand Up @@ -110,7 +110,7 @@ async function dist() {
if (argv.core_runtime_only) {
await compileCoreRuntime(/* watch */ false, /* minify */ true);
} else {
// await buildExperiments({minify: true, watch: false});
await buildExperiments({minify: true, watch: false});
await buildLoginDone('0.1', {minify: true, watch: false});
await buildWebPushPublisherFiles({minify: true, watch: false});
await compileAllMinifiedJs();
Expand Down

0 comments on commit 1d6565c

Please sign in to comment.