Skip to content

Commit 6809aa2

Browse files
authored
fix test
1 parent 85e01c5 commit 6809aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide-e2e/src/tests/remixd.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ async function setupHardhatProject(): Promise<void> {
490490
async function compileHardhatProject(): Promise<void> {
491491
console.log(process.cwd())
492492
try {
493-
const server = spawn('npx hardhat compile', [], { env: { ...process.env, HARDHAT_EXPERIMENTAL_ALLOW_NON_LOCAL_INSTALLATION: 'true' }, cwd: process.cwd() + '/apps/remix-ide/hardhat-boilerplate', shell: true, detached: true })
493+
const server = spawn('npx hardhat compile', [], { cwd: process.cwd() + '/apps/remix-ide/hardhat-boilerplate', shell: true, detached: true })
494494
return new Promise((resolve, reject) => {
495495
server.stdout.on('data', function(data) {
496496
console.log('stdout: ' + data.toString())

0 commit comments

Comments
 (0)