Skip to content

Commit

Permalink
Add string logging
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr committed Jan 15, 2025
1 parent bd9a26b commit 2b0f809
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ let { argv } = require("yargs")

async function runBuild(entry, outfile) {
const isDev = process.env.NODE_ENV !== "production"

console.log(`Building in mode ${process.env.NODE_ENV}`)

const tsconfig = argv["p"] || `tsconfig.build.json`

const { data: tsconfigPathPluginContent } = loadTsConfig(
Expand Down

0 comments on commit 2b0f809

Please sign in to comment.