@fluffjs/cli 0.3.8 → 0.3.9

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/Cli.js +1 -1
  2. package/package.json +1 -1
package/Cli.js CHANGED
@@ -681,7 +681,7 @@ Examples:
681
681
  }
682
682
  console.log(' Checking types...');
683
683
  try {
684
- execSync(`npx tsc --noEmit -p ${target.tsConfigPath}`, {
684
+ execSync(`npx -p typescript tsc --noEmit -p ${target.tsConfigPath}`, {
685
685
  cwd: projectRoot,
686
686
  stdio: 'inherit'
687
687
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluffjs/cli",
3
- "version": "0.3.8",
3
+ "version": "0.3.9",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "module": "./index.js",