mirror of
https://github.com/Dan6erbond/sk-auth.git
synced 2025-05-11 01:17:34 +02:00
💚 Use --frozen-lockfile
flag in yarn install
GitHub CI
This commit is contained in:
parent
bfc84678a1
commit
535c4dd150
7
.github/workflows/lint-on-pr.yml
vendored
7
.github/workflows/lint-on-pr.yml
vendored
@ -15,9 +15,6 @@ jobs:
|
|||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 14
|
||||||
- run: yarn install
|
- run: yarn install --frozen-lockfile && yarn lint
|
||||||
- run: yarn lint
|
- run: yarn install --frozen-lockfile && yarn lint
|
||||||
- run: yarn install
|
|
||||||
working-directory: app
|
|
||||||
- run: yarn lint
|
|
||||||
working-directory: app
|
working-directory: app
|
||||||
|
2
.github/workflows/npm-publish.yml
vendored
2
.github/workflows/npm-publish.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 14
|
||||||
- run: yarn install
|
- run: yarn install --frozen-lockfile
|
||||||
- run: yarn build
|
- run: yarn build
|
||||||
- uses: JS-DevTools/npm-publish@v1
|
- uses: JS-DevTools/npm-publish@v1
|
||||||
with:
|
with:
|
||||||
|
@ -245,12 +245,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class={clsx("text-lg", "mb-2")}>Session</p>
|
<p class={clsx("text-lg", "mb-2")}>Session</p>
|
||||||
<pre
|
<pre class={clsx("bg-gray-100", "whitespace-pre-wrap", "p-3")}>
|
||||||
class={clsx(
|
|
||||||
"bg-gray-100",
|
|
||||||
"whitespace-pre-wrap",
|
|
||||||
"p-3",
|
|
||||||
)}>
|
|
||||||
<code>{JSON.stringify($session, null, 2)}</code>
|
<code>{JSON.stringify($session, null, 2)}</code>
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user