Skip to content

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Apr 25, 2023
1 parent 59f7669 commit 926d3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import chalk from 'chalk';
import glob from 'glob';
import fs from 'graceful-fs';
import micromatch from 'micromatch';
import prettier from 'prettier';
import * as prettier from 'prettier';
import transformOptions from '../babel.config.js';
import {
OK,
Expand Down

0 comments on commit 926d3b0

Please sign in to comment.