Skip to content

Commit

Permalink
feat(chore): update npm run-scripts for Yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
haru52 committed Sep 24, 2023
1 parent 89018ab commit 40c4d19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
"main": "index.js",
"scripts": {
"lint": "run-s --continue-on-error lint:*",
"lint": "run-s --continue-on-error 'lint:*'",
"lint:credentials": "[ \"$CI\" = 'true' ] || secretlint \"**/*\"",
"lint:md": "markdownlint . \".?*/**/*.{md,markdown}\"",
"lint:prettier": "prettier --check .",
"format": "run-s --continue-on-error format:*",
"format": "run-s --continue-on-error 'format:*'",
"format:md": "npm run lint:md -- --fix",
"format:prettier": "prettier --write .",
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit 40c4d19

Please sign in to comment.