fix publish action

This commit is contained in:
Alexey 2020-08-12 12:37:51 +03:00
parent c2584615d2
commit 4f346472c3
2 changed files with 2 additions and 1 deletions

@ -30,6 +30,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- run: npm install
- run: npm run build
- name: NPM login
# NPM doesn't understand env vars and needs auth file lol

@ -45,4 +45,4 @@
"files": [
"lib/**/*"
]
}
}