mirror of
https://github.com/jakejarvis/jakejarvis.git
synced 2026-09-21 00:25:31 -04:00
nicer and centered BigText, remove fs-extra, updated readmes
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
version: 2
|
||||
|
||||
updates:
|
||||
- package-ecosystem: npm
|
||||
directory: "cli/"
|
||||
schedule:
|
||||
interval: daily
|
||||
versioning-strategy: increase
|
||||
open-pull-requests-limit: 99
|
||||
labels:
|
||||
- "dependencies"
|
||||
- "cli"
|
||||
- package-ecosystem: npm
|
||||
directory: "cli/"
|
||||
schedule:
|
||||
interval: daily
|
||||
versioning-strategy: increase
|
||||
open-pull-requests-limit: 99
|
||||
labels:
|
||||
- "dependencies"
|
||||
- "cli"
|
||||
|
||||
@@ -3,38 +3,38 @@ name: 'CLI: Release'
|
||||
on:
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
- published
|
||||
|
||||
jobs:
|
||||
npm:
|
||||
name: Publish to NPM
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16.x
|
||||
registry-url: https://registry.npmjs.org/
|
||||
- run: yarn install --frozen-lockfile
|
||||
working-directory: ./cli
|
||||
- run: yarn publish
|
||||
working-directory: ./cli
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16.x
|
||||
registry-url: https://registry.npmjs.org/
|
||||
- run: yarn install --frozen-lockfile
|
||||
working-directory: ./cli
|
||||
- run: yarn publish
|
||||
working-directory: ./cli
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
gpr:
|
||||
name: Publish to GitHub
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16.x
|
||||
registry-url: https://npm.pkg.github.com/
|
||||
scope: '@jakejarvis'
|
||||
- run: yarn install --frozen-lockfile
|
||||
working-directory: ./cli
|
||||
- run: yarn publish
|
||||
working-directory: ./cli
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16.x
|
||||
registry-url: https://npm.pkg.github.com/
|
||||
scope: '@jakejarvis'
|
||||
- run: yarn install --frozen-lockfile
|
||||
working-directory: ./cli
|
||||
- run: yarn publish
|
||||
working-directory: ./cli
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@@ -3,27 +3,27 @@ name: 'CLI: Tests'
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- main
|
||||
paths:
|
||||
- 'cli/**'
|
||||
- 'cli/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- main
|
||||
paths:
|
||||
- 'cli/**'
|
||||
- 'cli/**'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 1
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16.x
|
||||
- run: |
|
||||
yarn install --frozen-lockfile
|
||||
yarn lint
|
||||
yarn build
|
||||
working-directory: ./cli
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 1
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16.x
|
||||
- run: |
|
||||
yarn install --frozen-lockfile
|
||||
yarn lint
|
||||
yarn build
|
||||
working-directory: ./cli
|
||||
|
||||
Reference in New Issue
Block a user