Compare commits
2 Commits
64124fe7dd
...
93ce32fa55
Author | SHA1 | Date | |
---|---|---|---|
93ce32fa55 | |||
d58c16f5f2 |
2
.eslintignore
Normal file
2
.eslintignore
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
*.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