Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #57 from nightwatchjs/debug-build
Browse files Browse the repository at this point in the history
add debug statements for github actions
  • Loading branch information
swrdfish authored Jul 24, 2023
2 parents 7eb2769 + 6fe30f2 commit 0b25c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/api/generate-api-pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function generateIndependentPages({apiData, sourceDirectories, outputDirectories
module.exports.generateApiPages = (apiData, config) => {
const wasPagesGenerated = globalThis.generated;

console.log(JSON.stringigy(apiData)); // debug build issue
console.log(JSON.stringify(apiData)); // debug build issue

if (!wasPagesGenerated) {
generateIndependentPages({
Expand Down

0 comments on commit 0b25c8a

Please sign in to comment.