We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470ad52 commit 918759cCopy full SHA for 918759c
scripts/build.js
@@ -10,6 +10,8 @@ process.on('unhandledRejection', err => {
10
// Ensure environment variables are read.
11
require('../config/env')
12
13
+console.log(`Build script is run with FILE_PICKER_API_KEY=${process.env.FILE_PICKER_API_KEY}`)
14
+
15
const path = require('path')
16
const chalk = require('chalk')
17
const fs = require('fs-extra')
0 commit comments