Skip to content

Commit 918759c

Browse files
committed
chore: debug build script
1 parent 470ad52 commit 918759c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/build.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ process.on('unhandledRejection', err => {
1010
// Ensure environment variables are read.
1111
require('../config/env')
1212

13+
console.log(`Build script is run with FILE_PICKER_API_KEY=${process.env.FILE_PICKER_API_KEY}`)
14+
1315
const path = require('path')
1416
const chalk = require('chalk')
1517
const fs = require('fs-extra')

0 commit comments

Comments
 (0)