We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When i want to insert cli in my package.json,
purgecss not recognized $@
it just comment this:
No matches found: "./apps/$@/build/static/css/*.css"
Step1. install purgecss
yarn add -D purgecss
Step 2. add scripts in package.json
"purge-css": "purgecss --css ./apps/$@/build/static/css/*.css --content ./apps/$@/build/index.html build/static/js/*.js --output ./apps/$@/build/static/css"
Step 3. excute cli
yarn purge-css my-repo
the cli excute like this:
purgecss --css ./apps/my-repo/build/static/css/*.css --content ./apps/my-repo/build/index.html build/static/js/*.js --output ./apps/my-repo/build/static/css
OS: wsl 1 Package-Manager: yarn berry 3.3.1
context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When i want to insert cli in my package.json,
purgecss not recognized $@
it just comment this:
No matches found: "./apps/$@/build/static/css/*.css"
To Reproduce
Step1. install purgecss
Step 2. add scripts in package.json
Step 3. excute cli
Expected Behavior
the cli excute like this:
Environment
OS: wsl 1
Package-Manager: yarn berry 3.3.1
Add any other context about the problem here
context
Code of Conduct
The text was updated successfully, but these errors were encountered: