diff options
| author | Tulir Asokan <tulir@maunium.net> | 2020-09-10 16:12:09 +0300 |
|---|---|---|
| committer | Tulir Asokan <tulir@maunium.net> | 2020-09-10 16:12:09 +0300 |
| commit | 81caaa2ebed066f80939b04f565b307ec0dd2d61 (patch) | |
| tree | 3eba458d6ae76741862d0d04c1a6f918dd6da74e /web/package.json | |
| parent | bdf4222c6178e438e93775a3593d3fc7027d3471 (diff) | |
Split web things into subdirectories
Diffstat (limited to 'web/package.json')
| -rw-r--r-- | web/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/package.json b/web/package.json index 5926728..7f7f592 100644 --- a/web/package.json +++ b/web/package.json @@ -8,7 +8,7 @@ "private": true, "scripts": { "snowpack": "snowpack", - "sass": "node-sass -o . *.sass" + "sass": "node-sass -o style style/*.sass" }, "snowpack": { "install": [ |
