Skip to content

Commit fbda62b

Browse files
committed
Build: Fix reproducible-builds.js
1 parent 96ef4de commit fbda62b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/reproducible-builds.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ async function buildRelease (version, cacheDir = null) {
5252
npm_config_cache: cacheDir,
5353
npm_config_update_notifier: 'false',
5454
PATH: process.env.PATH,
55+
QUNIT_BUILD_RELEASE: '1',
5556
PUPPETEER_DOWNLOAD_PATH: path.join(cacheDir, 'puppeteer_download')
5657
};
5758
// Use sync for npm-ci to avoid concurrency bugs with shared cache

0 commit comments

Comments
 (0)