@meistrari/mise-en-place 2.10.3 → 2.10.4

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.
Files changed (2) hide show
  1. package/dist/cli/cli.mjs +3 -0
  2. package/package.json +1 -1
package/dist/cli/cli.mjs CHANGED
@@ -318,6 +318,9 @@ function handlePackageJsonScripts() {
318
318
  `);
319
319
  }
320
320
  function postinstall(args) {
321
+ if (process.env.CI) {
322
+ return;
323
+ }
321
324
  handleMakefileInitialSetup();
322
325
  handleTsConfig();
323
326
  handleEslintConfigFile();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meistrari/mise-en-place",
3
- "version": "2.10.3",
3
+ "version": "2.10.4",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",