Skip to content

Commit

Permalink
test: Remove unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
linl33 committed May 8, 2023
1 parent 88d64af commit cff99bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Expand Up @@ -5,11 +5,8 @@ import type { ModuleFormat, RollupOutput } from 'rollup'
import { build } from '../../../build'
import { modulePreloadPolyfillId } from '../../../plugins/modulePreloadPolyfill'

const __dirname = resolve(fileURLToPath(import.meta.url), '..')

const buildProject = ({ format = 'es' as ModuleFormat } = {}) =>
build({
root: resolve(__dirname, 'packages/build-project'),
logLevel: 'silent',
build: {
write: false,
Expand Down

This file was deleted.

0 comments on commit cff99bf

Please sign in to comment.