Skip to content

Commit

Permalink
Handle SRC=! in the package.json instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Oct 8, 2023
1 parent 770a9bc commit c43e5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lombiq.NodeJs.Extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"watch:scripts": "SRC=$(node scripts/get-path js source) && nodemon --watch \"$SRC\" --exec \"pnpm build:scripts\"",
"----": "------------------------------------------------ MARKDOWN -----------------------------------------------",
"build:markdown": "SRC=$(node scripts/get-path md source) && if-env SRC=! && echo \"Skipping markdown\" && exit 0 || pnpm lint:markdown",
"lint:markdown": "SRC=$(node scripts/get-path md source) && node scripts/lint-markdown \"$SRC\" || AREA=markdown STEP=linting pnpm error",
"lint:markdown": "SRC=$(node scripts/get-path md source) && if-env SRC=! && echo \"Skipping markdown lint\" && exit 0 || && node scripts/lint-markdown \"$SRC\" || AREA=markdown STEP=linting pnpm error",
"-----": "--------------------------------------------------------------------------------------------------------",
"echo-env": "npm run env",
"error": "echo \"Error in $AREA pipeline: $STEP failed.\"",
Expand Down

0 comments on commit c43e5e6

Please sign in to comment.