From 9025d2c8a5190efc879bb320050c64c056b6807f Mon Sep 17 00:00:00 2001 From: smuddyx Date: Sat, 24 Feb 2024 22:15:31 +0100 Subject: [PATCH] add updater to script list --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9702e89..05957cc 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "build": "ng build", "deploy": "ng build --configuration production && firebase deploy", "test": "ng test", - "lint": "ng lint --fix" + "lint": "ng lint --fix", + "update": "ng update @angular/cdk @angular/cli @angular/core @angular/material && ncu -u && npm i" }, "private": true, "dependencies": {