mirror of
https://github.com/Dan6erbond/sk-auth.git
synced 2025-05-07 01:15:31 +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
|
||||
with:
|
||||
node-version: 14
|
||||
- run: yarn install
|
||||
- run: yarn lint
|
||||
- run: yarn install
|
||||
working-directory: app
|
||||
- run: yarn lint
|
||||
- run: yarn install --frozen-lockfile && yarn lint
|
||||
- run: yarn install --frozen-lockfile && yarn lint
|
||||
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
|
||||
with:
|
||||
node-version: 14
|
||||
- run: yarn install
|
||||
- run: yarn install --frozen-lockfile
|
||||
- run: yarn build
|
||||
- uses: JS-DevTools/npm-publish@v1
|
||||
with:
|
||||
|
@ -245,12 +245,7 @@
|
||||
</div>
|
||||
|
||||
<p class={clsx("text-lg", "mb-2")}>Session</p>
|
||||
<pre
|
||||
class={clsx(
|
||||
"bg-gray-100",
|
||||
"whitespace-pre-wrap",
|
||||
"p-3",
|
||||
)}>
|
||||
<pre class={clsx("bg-gray-100", "whitespace-pre-wrap", "p-3")}>
|
||||
<code>{JSON.stringify($session, null, 2)}</code>
|
||||
</pre>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user