Skip to content

Commit 3787b32

Browse files
committed
chore: wip
1 parent 597e7e4 commit 3787b32

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.stacks/core/actions/src/preinstall.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import { spawn } from '@stacksjs/cli'
21
import { log } from '@stacksjs/logging'
3-
import { projectPath } from '@stacksjs/path'
42
import type { PreinstallOptions } from '@stacksjs/types'
53
import { determineDebugLevel } from '@stacksjs/utils'
64

@@ -9,7 +7,7 @@ export async function invoke(options?: PreinstallOptions) {
97
const stdio = determineDebugLevel(options) ? 'inherit' : 'ignore'
108

119
log.info('Preinstall check...')
12-
await spawn('npx only-allow pnpm', { stdio, cwd: projectPath() })
10+
// await spawn('npx only-allow pnpm', { stdio, cwd: projectPath() })
1311
log.success('Environment ready')
1412
}
1513
catch (error) {

.stacks/core/buddy/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
],
6464
"scripts": {
6565
"buddy": "tsx ./src/cli.ts",
66-
"preinstall": "npx only-allow pnpm",
6766
"build": "unbuild",
6867
"dev": "unbuild --stub",
6968
"prepublishOnly": "tsx ./src/cli.ts prepublish",

0 commit comments

Comments
 (0)