From f3a4604be9be8e4cdd3687a008d1ace9dc40f252 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Mon, 29 Jan 2024 23:08:05 -0700 Subject: [PATCH] Add the build script that I forgot to add for the github action --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d2d932c..dd1e0cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "scripts": { - "css": "sass --watch --embed-source-map --no-error-css styles/:.styles/" + "css": "sass --watch --embed-source-map --no-error-css styles/:.styles/", + "build": "sass --embed-source-map --no-error-css styles/:.styles/" }, "devDependencies": { "@league-of-foundry-developers/foundry-vtt-types": "^9.280.0",