1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-24 10:25:57 -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 }}
+4 -4
View File
@@ -28,11 +28,11 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- name: npm install and test
- name: yarn install and test
run: |
npm ci
npm audit
npm test
yarn install --frozen-lockfile
yarn audit
yarn test
- name: Checkout gohugoio/hugoBasicExample
uses: actions/checkout@master
with: