Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
MulverineX committed Apr 30, 2024
1 parent 39f3389 commit 8a454f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ task('build-darwin-mercury-lib', done => {

task('compile-polyfill', (done) => {
console.log('--- compile-polyfill ---');
if (!fs.existsSync(paths.polyfill)) console.log('yep, this is happening')
if (!fs.existsSync(path.join(paths.polyfill, 'node_modules'))) {
spawn(`${NPM} install`, {
stdio: 'inherit',
Expand Down

0 comments on commit 8a454f4

Please sign in to comment.