Compare commits
No commits in common. "93ce32fa5591b96224e886cfaab06c5075da5f72" and "64124fe7dd48df6f6ef32138c6ce0a135e4beee0" have entirely different histories.
93ce32fa55
...
64124fe7dd
@ -1,2 +0,0 @@
|
|||||||
*.d.ts
|
|
||||||
|
|
@ -22,5 +22,5 @@ child_process.exec ('git log -1 | grep \'\\[no publish\\]\'')
|
|||||||
console.log ('build not marked for deployment');
|
console.log ('build not marked for deployment');
|
||||||
process.exit (1);
|
process.exit (1);
|
||||||
}
|
}
|
||||||
else { child_process.execSync ('yarn publish --access public'); }
|
// else { child_process.execSync ('yarn publish --access public'); }
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user