diff options
| author | Bobby <[email protected]> | 2022-11-30 23:53:12 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-30 23:53:12 -0500 |
| commit | b18168d19c9b3b171d5558fb7ccd4e5fa55992e4 (patch) | |
| tree | ceab9fca4f467f10fb65726cb40f0c802443be7f | |
| parent | 0f80dfad010020b0e26e5bfc6c7f5c621a6be6e9 (diff) | |
| download | tcssocialify-b18168d19c9b3b171d5558fb7ccd4e5fa55992e4.tar.xz tcssocialify-b18168d19c9b3b171d5558fb7ccd4e5fa55992e4.zip | |
Don't run tests on verify
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 5058aff..f7ed5b3 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "lint:fix": "yarn lint --fix", "prettier": "prettier --check .", "prettier:fix": "prettier --write .", - "verify": "yarn prettier && yarn lint && yarn tsc && yarn test && yarn build", + "verify": "yarn prettier && yarn lint && yarn tsc && yarn build", "download-font": "./fonts/download-font.sh", "prepare": "is-ci || husky install" }, |
