Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 535ad3a

Browse files
committed
Remove build aliases
1 parent 25d05ef commit 535ad3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/gulp/tasks/perf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
} from '../../../perf/types'
1818
import config from '../../../config'
1919
import webpackPlugin from '../plugins/gulp-webpack'
20-
import { safeLaunchOptions } from 'build/puppeteer.config'
20+
import { safeLaunchOptions } from '../../puppeteer.config'
2121

2222
const { paths } = config
2323
const { colors, log } = require('gulp-load-plugins')().util

build/gulp/tasks/test-projects.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import del from 'del'
1111
import config from '../../../config'
1212
import tmp from 'tmp'
1313
import http from 'http'
14-
import { safeLaunchOptions } from 'build/puppeteer.config'
14+
import { safeLaunchOptions } from '../../puppeteer.config'
1515

1616
type PackedPackages = Record<string, string>
1717

0 commit comments

Comments
 (0)