Add the build script that I forgot to add for the github action

This commit is contained in:
Oliver-Akins 2024-01-29 23:08:05 -07:00
parent e5f0a1d5d6
commit f3a4604be9

View file

@ -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",