Skip to content

Commit

Permalink
chore: fix the code to generate the integration test fixtures (#1070)
Browse files Browse the repository at this point in the history
Change the import prefix to a relative path (leftover from #1061).
  • Loading branch information
ludofischer committed May 10, 2021
1 parent 3b60f9a commit 1aa8f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/buildFrameworks.js
Expand Up @@ -2,7 +2,7 @@ import { join } from 'path';
import glob from 'glob';
import fs from 'fs-extra';
import postcss from 'postcss';
import cssnano from 'lerna:cssnano';
import cssnano from '../packages/cssnano';
import frameworks from './frameworks';

function rebuild(pkg) {
Expand Down

0 comments on commit 1aa8f5d

Please sign in to comment.