diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-06-19 23:07:24 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-06-19 23:07:24 -0400 |
commit | 87e77ae8cc69d0d7f1e3d6f614b03c9297e85ab3 (patch) | |
tree | 1b8f1e6cb9dc0577bfb92005eb1c53e0465ae29c /package.json | |
parent | d365eb98f386e0e99f4d9daaf7a1b91195889d2c (diff) | |
download | tanzanite-87e77ae8cc69d0d7f1e3d6f614b03c9297e85ab3.tar.gz tanzanite-87e77ae8cc69d0d7f1e3d6f614b03c9297e85ab3.tar.bz2 tanzanite-87e77ae8cc69d0d7f1e3d6f614b03c9297e85ab3.zip |
feat(*): Made everything work better
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index efb9c07..1cc9ef0 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,8 @@ "test": "yarn lint && yarn tsc --noEmit", "format": "yarn prettier . --write", "lint": "yarn eslint --ext js,jsx,ts,tsx src", - "format-check": "yarn prettier . --check" + "format-check": "yarn prettier . --check", + "upgrade": "rimraf yarn.lock && yarn" }, "devDependencies": { "@types/common-tags": "^1.8.0", |