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

Commit

Permalink
fix circulars test
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter committed May 27, 2019
1 parent b3ebd5b commit 5c68116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/gulp/tasks/test-circulars/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import config from '../../../../config'
import { cyclesToSkip } from './config'
import { buildWebpackConfig, configureCircularDependencyCheckPlugin, isCycleToSkip } from './utils'

const entryFilePath = config.paths.packageDist('react', 'es', 'index.js')
const entryFilePath = config.paths.packageDist('react', 'pkg', 'dist-web', 'index.js')
const outputFilePath = path.resolve(__dirname, 'result.js')

task('test:circulars:run', done => {
Expand Down

0 comments on commit 5c68116

Please sign in to comment.