From 40de1feb9514e69a609763e436996c1d4d68e3be Mon Sep 17 00:00:00 2001 From: pushkine Date: Wed, 27 May 2020 14:25:16 +0200 Subject: [PATCH] try with crlf --- .github/workflows/ci.yml | 2 +- rollup.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 457ddb3bab..d8b609d147 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: node-version: [8, 10, 12, 14] os: [ubuntu-latest, windows-latest, macOS-latest] steps: - - run: git config --global core.autocrlf false + - run: git config --global - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: diff --git a/rollup.config.js b/rollup.config.js index 1bdc926d3c..6f3d893a33 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -65,7 +65,7 @@ export default [ }), ts_plugin, { - writeBundle(_options, bundle) { + writeBundle(bundle) { if (dir === 'internal') { const mod = bundle['index.mjs']; if (mod) {