-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
The file permissions for:
- scripts/generate.js
- scripts/format.js
are incorrect. They are missing the execute permission bit, which will prevent the scripts from being invoked from the command line on *NIX systems. This, in turn, will cause npm run generate to fail due to permission errors.
To fix, simply run:
chmod +x scripts/generate.js scripts/format.jsand commit the modified files.
Metadata
Metadata
Assignees
Labels
No labels