diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-03 08:03:50 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-04 08:09:53 +0100 |
| commit | b558b4e4f13991cf61a77819bddfc0899f428a30 (patch) | |
| tree | ea83a54147f9ea6d5baacec3ce529118d209be7d | |
| parent | d599be0e5250d9ec5e9c0445f0a30d416a20a263 (diff) | |
Defines npm set script
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 9a06a2e..a7a1868 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,7 @@ { "scripts": { + "set": "npm i && cd frontend && npm i", + "set--ci": "npm ci && cd frontend && npm ci", "lint": "eslint .", "format": "prettier ./**/* --check", "format--write": "prettier ./**/* --write", |
