TUfast-TUD / TUfast_TUD

Browser Extension for higher productivity with TU Dresden IT-Services 🚀
https://www.tu-fast.de
GNU General Public License v3.0
38 stars 13 forks source link

Fix npm commands #132

Closed A-K-O-R-A closed 9 months ago

A-K-O-R-A commented 9 months ago

Description

This PR corrects the wrong npm commands in the CONTRIBUTING.md file. Running npm useFF will throw an error as the correct command is npm run useFF.

References

Unknown command: "useFF"

Did you mean this?
    npm run useFF # run the "useFF" package script

To see a list of supported npm commands, run:
  npm help

Type of change

OliEfr commented 9 months ago

Thanks @A-K-O-R-A for noticing this bug and reporting it! Have a good day.