try with crlf

pull/4886/head
pushkine 5 years ago
parent deab67bb04
commit 40de1feb95

@ -8,7 +8,7 @@ jobs:
node-version: [8, 10, 12, 14] node-version: [8, 10, 12, 14]
os: [ubuntu-latest, windows-latest, macOS-latest] os: [ubuntu-latest, windows-latest, macOS-latest]
steps: steps:
- run: git config --global core.autocrlf false - run: git config --global
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:

@ -65,7 +65,7 @@ export default [
}), }),
ts_plugin, ts_plugin,
{ {
writeBundle(_options, bundle) { writeBundle(bundle) {
if (dir === 'internal') { if (dir === 'internal') {
const mod = bundle['index.mjs']; const mod = bundle['index.mjs'];
if (mod) { if (mod) {

Loading…
Cancel
Save