really last
This commit is contained in:
parent
dec0b31f2e
commit
a78046726e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/canary.yaml
vendored
3
.github/workflows/canary.yaml
vendored
|
|
@ -32,6 +32,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
registry-url: https://registry.npmjs.org
|
registry-url: https://registry.npmjs.org
|
||||||
|
scope: '@reuters-graphics'
|
||||||
|
|
||||||
- id: cache
|
- id: cache
|
||||||
name: Cache node modules
|
name: Cache node modules
|
||||||
|
|
@ -53,4 +54,4 @@ jobs:
|
||||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
yarn install --frozen-lockfile
|
yarn install --frozen-lockfile
|
||||||
yarn auto canary
|
npx auto canary
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue