@jordanalec/dtk 1.0.2 → 1.0.3

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/init.js +1 -1
  2. package/package.json +1 -1
package/dist/init.js CHANGED
@@ -17,5 +17,5 @@ export const initCommand = new Command('init')
17
17
  await cp(join(initDir, file), join(dest, file));
18
18
  }
19
19
  console.log('Project scaffolded. Installing dependencies...');
20
- execSync('npm install', { cwd: dest, stdio: 'inherit' });
20
+ execSync('npm install --no-workspaces', { cwd: dest, stdio: 'inherit' });
21
21
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jordanalec/dtk",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "CLI scaffolding tool for generating self-contained TypeScript runbook projects",
5
5
  "keywords": [
6
6
  "cli",