Skip to content

How to run script that run a run-s wildcard? #6813

Closed Answered by clemyan
bhbghghbgb asked this question in Q&A
Discussion options

You must be logged in to vote

You need to quotes to prevent the shell from expanding globs

  "scripts": {
    "lint": "run-s 'lint:*'",
  },

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bhbghghbgb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants