ElMassimo / iles

🏝 The joyful site generator
https://iles.pages.dev
MIT License
1.08k stars 31 forks source link

chore: update pnpm filter pattern #120

Closed kecrily closed 2 years ago

kecrily commented 2 years ago

Description 📖

update pnpm filter pattern

Background 📜

In pnpm v6, in order to pick packages under a certain directory, the following filter was used: --filter=./apps

In pnpm v7, a glob should be used: --filter=./apps/**

The Fix 🔨

This is an addition to #117. I accidentally forgot about it.

nx-cloud[bot] commented 2 years ago

Nx Cloud Report

CI is running for commit 1b6b59aee8bdcdfff796c3ca634ece0a9ec8543c.

📂 Click to track the progress, see the status, the terminal output, and the build insights.


Sent with 💌 from NxCloud.

ElMassimo commented 2 years ago

Thanks Percy! 😃