From 4c92332d3238292c1d829a7d64f47bba931cf1d5 Mon Sep 17 00:00:00 2001 From: Guilherme Afonso Date: Mon, 29 Jul 2024 03:27:37 -0300 Subject: [PATCH] build: fix npm build script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 33b8a6d..ccaa108 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve", - "build": "generate-icons && ng build", + "build": "npm run generate-icons && ng build", "watch": "ng build --watch --configuration development", "test": "ng test", "generate-icons": "svg-to-ts-constants"