@mui/internal-code-infra 0.0.4-canary.16 → 0.0.4-canary.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/internal-code-infra",
3
- "version": "0.0.4-canary.16",
3
+ "version": "0.0.4-canary.17",
4
4
  "description": "Infra scripts and configs to be used across MUI repos.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -164,7 +164,7 @@
164
164
  "publishConfig": {
165
165
  "access": "public"
166
166
  },
167
- "gitSha": "efcec841291fc0941e740ebbf6a13439a1c4494a",
167
+ "gitSha": "13afe1ac26e354b46557bfc73ce0996d51fb37da",
168
168
  "scripts": {
169
169
  "build": "tsgo -p tsconfig.build.json",
170
170
  "typescript": "tsgo -noEmit",
@@ -100,6 +100,7 @@ export default /** @type {import('yargs').CommandModule<{}, Args>} */ ({
100
100
  }
101
101
  await $({
102
102
  cwd: newPkgDir,
103
+ stdio: 'inherit',
103
104
  })`npm publish --access public --tag=canary ${publishArgs}`;
104
105
  console.log(
105
106
  `✅ ${args.dryRun ? '[Dry run] ' : ''}Published ${chalk.bold(`${pkg.name}@${packageJson.version}`)} to npm registry.`,