Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ npm run hax -- --name my-element --y
Try setting a different cache path to load from `npm config set cache C:\tmp\nodejs\npm-cache --global`

If you wish to use PowerShell over Command Prompt, you may need to change your execution policy to allow scripts using the `Set-ExecutionPolicy` command with the `-ExecutionPolicy` and `-Scope` parameters. You should **not** need to do this if you are using Command Prompt.

Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 135 contains trailing whitespace. Most projects prefer to keep empty lines without any whitespace characters as per common style guides and linter rules. Consider removing the trailing space.

Suggested change

Copilot uses AI. Check for mistakes.
```powershell
# To see your current execution policy
Get-ExecutionPolicy
Expand Down
Loading