File tree Expand file tree Collapse file tree 6 files changed +0
-20
lines changed Expand file tree Collapse file tree 6 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
3
"extends" : [" local>sanity-io/renovate-config" , " :dependencyDashboardApproval" ],
4
4
"ignorePresets" : [" github>sanity-io/renovate-config:group-non-major" ],
5
- "hostRules" : [
6
- {
7
- "matchHost" : " registry.npmjs.org" ,
8
- "token" : " {{ secrets.SANITY_NPM_TOKEN }}"
9
- }
10
- ],
11
5
"packageRules" : [
12
6
{
13
7
"matchDepTypes" : [" devDependencies" ],
Original file line number Diff line number Diff line change 43
43
restore-keys : |
44
44
${{ runner.os }}-pnpm-store-
45
45
46
- - name : Configure npm authentication
47
- run : echo "//registry.npmjs.org/:_authToken=${{ secrets.NPMRC }}" > ~/.npmrc
48
-
49
46
- name : Install dependencies
50
47
run : pnpm install --frozen-lockfile
51
48
Original file line number Diff line number Diff line change 43
43
restore-keys : |
44
44
${{ runner.os }}-pnpm-store-
45
45
46
- - name : Configure npm authentication
47
- run : echo "//registry.npmjs.org/:_authToken=${{ secrets.NPMRC }}" > ~/.npmrc
48
-
49
46
- name : Install dependencies
50
47
run : pnpm install --frozen-lockfile
51
48
Original file line number Diff line number Diff line change 43
43
restore-keys : |
44
44
${{ runner.os }}-pnpm-store-
45
45
46
- - name : Configure npm authentication
47
- run : echo "//registry.npmjs.org/:_authToken=${{ secrets.NPMRC }}" > ~/.npmrc
48
-
49
46
- name : Install dependencies
50
47
run : pnpm install --frozen-lockfile
51
48
Original file line number Diff line number Diff line change 46
46
with :
47
47
cache : pnpm
48
48
node-version : lts/*
49
- - name : Configure npm authentication
50
- run : echo "//registry.npmjs.org/:_authToken=${{ secrets.NPMRC }}" > ~/.npmrc
51
49
- name : install deps & build
52
50
run : pnpm install --ignore-scripts && pnpm build --filter=!./apps/*
53
51
if : ${{ steps.release.outputs.releases_created == 'true' || github.event.inputs.publish == 'true' }}
Original file line number Diff line number Diff line change 43
43
restore-keys : |
44
44
${{ runner.os }}-pnpm-store-
45
45
46
- - name : Configure npm authentication
47
- run : echo "//registry.npmjs.org/:_authToken=${{ secrets.NPMRC }}" > ~/.npmrc
48
-
49
46
- name : Install dependencies
50
47
run : pnpm install --frozen-lockfile
51
48
You can’t perform that action at this time.
0 commit comments