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