Skip to content

Commit 81655c3

Browse files
committed
Fix gulp runProd
1 parent 11a27e4 commit 81655c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulp/run.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const { argv } = require('process')
55
// eslint-disable-next-line import/no-internal-modules
66
const { exec } = require('gulp-shared-tasks/build/src/exec')
77

8-
const EMIT_PATH = `${__dirname}/../test/helpers/emit/fire.js`
8+
const EMIT_PATH = `${__dirname}/../build/test/helpers/emit/fire.js`
99

1010
const emitEvent = flags =>
1111
exec(

0 commit comments

Comments
 (0)