From f03bcde983f35352c319853afa80f9fbcf119b72 Mon Sep 17 00:00:00 2001 From: Aj - Thomas Date: Tue, 10 May 2022 20:39:54 +0200 Subject: [PATCH] Update package.json Update version and scripts --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 30a1ebd53..c4ad61369 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homarr", - "version": "0.0.1", + "version": "0.1.3", "private": "false", "description": "Customizable browser's home page to interact with your homeserver's Docker containers (i.e. Sonarr/Radarr)", "repository": { @@ -21,7 +21,8 @@ "prettier:write": "prettier --write \"**/*.{ts,tsx}\"", "test": "npm run prettier:check && npm run lint && npm run typecheck && npm run jest", "storybook": "start-storybook -p 7001", - "storybook:build": "build-storybook" + "storybook:build": "build-storybook", + "ci": "yarn test && yarn lint --fix && yarn typecheck && yarn prettier:write" }, "dependencies": { "@mantine/core": "^4.2.1",