1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-24 11:35:58 -04:00

use @jakejarvis/eslint-config, switch to yarn

This commit is contained in:
2021-08-31 10:28:03 -04:00
parent 09b503609b
commit 0f315eadc4
10 changed files with 2386 additions and 4795 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ jobs:
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish --access public
- run: yarn install --frozen-lockfile
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}