mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Make shellcheck check more scripts
This commit is contained in:
parent
e15de37b78
commit
4aa422d746
4 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
source ./scripts/common
|
||||
source ./scripts/common.sh
|
||||
|
||||
jsfiles=$(cachedTSLintFiles)
|
||||
otherfiles=$(cachedPrettierFiles)
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
"test": "npm run build && rm -rf web-ext-artifacts/* && web-ext build --source-dir ./build --overwrite-dest && mv web-ext-artifacts/*.zip web-ext-artifacts/tridactyl.xpi && jest --silent",
|
||||
"update-buildsystem": "rm -rf src/node_modules; npm run clean",
|
||||
"lint": "bash hooks/pre-commit",
|
||||
"pretty": "bash scripts/pretty"
|
||||
"pretty": "bash scripts/pretty.sh"
|
||||
},
|
||||
"jest": {
|
||||
"transform": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Run prettier on each staged file that needs it without touching the working tree copy if they differ.
|
||||
|
||||
source ./scripts/common
|
||||
source ./scripts/common.sh
|
||||
|
||||
set -Eeuo pipefail
|
||||
|
Loading…
Add table
Reference in a new issue