From 6663aec38c7e16f1e749cdce82e7d1316a32b2de Mon Sep 17 00:00:00 2001 From: poma Date: Fri, 31 Jul 2020 14:50:55 +0300 Subject: [PATCH] npmignore --- .github/workflows/nodejs.yml | 6 ++---- .npmignore | 4 ++++ 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 .npmignore diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index c0dca08..2f850e0 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -15,8 +15,7 @@ jobs: with: node-version: 14.7.0 - run: npm ci - - name: Running tests - run: npm run test + - run: npm run test lint: runs-on: ubuntu-latest @@ -26,8 +25,7 @@ jobs: with: node-version: 14.7.0 - run: npm ci - - name: Linting - run: npm run lint + - run: npm run lint publish: runs-on: ubuntu-latest diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..a6d89df --- /dev/null +++ b/.npmignore @@ -0,0 +1,4 @@ +.github +.eslintrc +.editorconfig +test