Add run-s

This commit is contained in:
Daniel Dudzic 2024-04-09 15:20:57 +02:00
parent 00e1e16fa5
commit 7b499b3780
No known key found for this signature in database
GPG key ID: 31B40D33E3465483
2 changed files with 7 additions and 1 deletions

View file

@ -86,6 +86,7 @@
},
"dependencies": {
"dotenv": "^16.0.3",
"npm-run-all": "^4.1.5"
"npm-run-all": "^4.1.5",
"run-s": "^0.0.0"
}
}

View file

@ -454,6 +454,11 @@ resolve@^1.10.0:
path-parse "^1.0.7"
supports-preserve-symlinks-flag "^1.0.0"
run-s@^0.0.0:
version "0.0.0"
resolved "https://registry.yarnpkg.com/run-s/-/run-s-0.0.0.tgz#599912be20c00ba7698655c9936d075d31b71754"
integrity sha512-KPDNauF2Tpnm3nG0+0LJuJxwBFrhAdthpM8bVdDvjWQA7pWP7QoNwEl1+dJ7WVJj81AQP/i6kl6JUmAk7tg3Og==
safe-regex-test@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.0.0.tgz#793b874d524eb3640d1873aad03596db2d4f2295"