Compare commits

..

No commits in common. "93ce32fa5591b96224e886cfaab06c5075da5f72" and "64124fe7dd48df6f6ef32138c6ce0a135e4beee0" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -1,2 +0,0 @@
*.d.ts

View File

@ -22,5 +22,5 @@ child_process.exec ('git log -1 | grep \'\\[no publish\\]\'')
console.log ('build not marked for deployment');
process.exit (1);
}
else { child_process.execSync ('yarn publish --access public'); }
// else { child_process.execSync ('yarn publish --access public'); }
});