Skip to content

Commit

Permalink
File name conventions from newest eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
dotdoom committed Oct 16, 2022
1 parent 01e3384 commit adda788
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/print-devices.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
echo '- [`${{ matrix.os }}`](Devices-${{ matrix.os }})' >>
Home.md
working-directory: Wiki
- run: npm run print_devices -- Wiki/Devices-${{ matrix.os }}.md
- run: npm run print-devices -- Wiki/Devices-${{ matrix.os }}.md
- run: |
if [ -n "$(git status --porcelain)" ]; then
git add .
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"package": "ncc build --source-map --license licenses.txt",
"test": "jest",
"all": "npm run build && npm run format && npm run lint && npm run package && npm test",
"print_devices": "node lib/print_devices.js"
"print-devices": "node lib/print-devices.js"
},
"repository": {
"type": "git",
Expand Down
File renamed without changes.

0 comments on commit adda788

Please sign in to comment.