Add the build script that I forgot to add for the github action
This commit is contained in:
parent
e5f0a1d5d6
commit
f3a4604be9
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue