npmignore

This commit is contained in:
poma 2020-07-31 14:50:55 +03:00
parent a74ece28cd
commit 6663aec38c
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657
2 changed files with 6 additions and 4 deletions

View File

@ -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

4
.npmignore Normal file
View File

@ -0,0 +1,4 @@
.github
.eslintrc
.editorconfig
test