Skip to content

Commit 3051abb

Browse files
authored
fix: await install step (#49)
1 parent 48b8321 commit 3051abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const hasRecordKey = () => typeof process.env.CYPRESS_RECORD_KEY === 'string'
145145

146146
module.exports = {
147147
onPreBuild: async (arg) => {
148-
install(arg)
148+
await install(arg)
149149

150150
debug('cypress plugin preBuild inputs %o', arg.inputs)
151151
const preBuildInputs = arg.inputs && arg.inputs.preBuild

0 commit comments

Comments
 (0)