We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a27e4 commit 81655c3Copy full SHA for 81655c3
gulp/run.js
@@ -5,7 +5,7 @@ const { argv } = require('process')
5
// eslint-disable-next-line import/no-internal-modules
6
const { exec } = require('gulp-shared-tasks/build/src/exec')
7
8
-const EMIT_PATH = `${__dirname}/../test/helpers/emit/fire.js`
+const EMIT_PATH = `${__dirname}/../build/test/helpers/emit/fire.js`
9
10
const emitEvent = flags =>
11
exec(
0 commit comments