💚 Use --frozen-lockfile flag in yarn install GitHub CI

This commit is contained in:
RaviAnand Mohabir 2022-01-12 18:28:30 +01:00
parent bfc84678a1
commit 535c4dd150
3 changed files with 4 additions and 12 deletions

View File

@ -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

View File

@ -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:

View File

@ -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>