Election-Tech-Initiative / Election-Tech-Initiative/ElectionGuard-SDK-Specification

Incorrect File Permissions

Open
#12 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
28
Forks
15
PR merge metrics
No merged PRs in 30d

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:
```sh
chmod +x scripts/generate.js scripts/format.js
```
and commit the modified files.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.