[READ-ONLY] Mirror of https://github.com/danielroe/werewolves-assistant-web-next.
0

Configure Feed

Select the types of activity you want to include in your feed.

Release v1.1.1 (#32)

## Release v1.1.1

### 📖 Docs

* **readme**: correct project logo in readme file

### 🔁 CI

* **sonarcloud**: correct sonarcloud pre commands

+36 -4
+16
.github/workflows/build.yml
··· 236 236 with: 237 237 fetch-depth: 0 238 238 239 + - name: Install pnpm 🏗️ 240 + uses: pnpm/action-setup@v2 241 + with: 242 + version: 8 243 + run_install: false 244 + 245 + - name: Restore pnpm dependencies from cache 🥡 246 + uses: actions/cache/restore@v3 247 + id: cache-node-modules 248 + with: 249 + path: node_modules 250 + key: ${{ runner.os }}-pnpm-v3-${{ hashFiles('pnpm-lock.yaml') }} 251 + 239 252 - name: Restore tests coverage from cache 🥡 240 253 uses: actions/cache/restore@v3 241 254 id: cache-unit-tests-coverage ··· 244 257 key: ${{ runner.os }}-tests-unit-coverage-v3- 245 258 restore-keys: | 246 259 ${{ runner.os }}-tests-unit-coverage-v3- 260 + 261 + - name: Create Nuxt types ⛰️ 262 + run: pnpm run postinstall 247 263 248 264 - name: SonarCloud Scan 🌥️ 249 265 uses: SonarSource/sonarcloud-github-action@master
+19 -3
.github/workflows/release-creation.yml
··· 208 208 with: 209 209 fetch-depth: 0 210 210 211 + - name: Install pnpm 🏗️ 212 + uses: pnpm/action-setup@v2 213 + with: 214 + version: 8 215 + run_install: false 216 + 217 + - name: Restore pnpm dependencies from cache 🥡 218 + uses: actions/cache/restore@v3 219 + id: cache-node-modules 220 + with: 221 + path: node_modules 222 + key: ${{ runner.os }}-pnpm-v3-${{ hashFiles('pnpm-lock.yaml') }} 223 + 211 224 - name: Restore tests coverage from cache 🥡 212 225 uses: actions/cache/restore@v3 213 - id: cache-tests-coverage 226 + id: cache-unit-tests-coverage 214 227 with: 215 228 path: tests/unit/coverage 216 - key: ${{ runner.os }}-unit-tests-coverage-v3- 229 + key: ${{ runner.os }}-tests-unit-coverage-v3- 217 230 restore-keys: | 218 - ${{ runner.os }}-unit-tests-coverage-v3- 231 + ${{ runner.os }}-tests-unit-coverage-v3- 232 + 233 + - name: Create Nuxt types ⛰️ 234 + run: pnpm run postinstall 219 235 220 236 - name: SonarCloud Scan 🌥️ 221 237 uses: SonarSource/sonarcloud-github-action@master
+1 -1
README.md
··· 1 1 <p align="center"> 2 - <img src="https://github.com/antoinezanardi/werewolves-assistant-web-next/blob/main/public/assets/images/logo/full/werewolves-logo.png?raw=true" width="400" alt="logo"/> 2 + <img src="https://github.com/antoinezanardi/werewolves-assistant-api-next/blob/main/public/assets/images/logo/full/werewolves-logo.png?raw=true" width="400" alt="logo"/> 3 3 </p> 4 4 5 5 ---