Skip to content

Commit

Permalink
Discard changes to scripts/cmd/build.js
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-lefebvre authored Dec 11, 2024
1 parent 3eea096 commit afdb141
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/cmd/build.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import fs from 'node:fs/promises';
import esbuild from 'esbuild';
import { copy } from 'esbuild-plugin-copy';
import glob from 'fast-glob';
import { dim, green, red, yellow } from 'kleur/colors';
import prebuild from './prebuild.js';
Expand Down Expand Up @@ -48,6 +49,7 @@ export default async function build(...args) {
const noClean = args.includes('--no-clean-dist');
const bundle = args.includes('--bundle');
const forceCJS = args.includes('--force-cjs');
const copyWASM = args.includes('--copy-wasm');

const { type = 'module', dependencies = {} } = await readPackageJSON('./package.json');

Expand Down

0 comments on commit afdb141

Please sign in to comment.