[Scummvm-git-logs] scummvm-web master -> 498bb25d2e2e1fc890e696da3e38ceb90bd3fef9

Mataniko mataniko at gmail.com
Mon Dec 7 23:56:39 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
498bb25d2e BUILD: Run scss and autoprefixer post install


Commit: 498bb25d2e2e1fc890e696da3e38ceb90bd3fef9
    https://github.com/scummvm/scummvm-web/commit/498bb25d2e2e1fc890e696da3e38ceb90bd3fef9
Author: Mataniko (mataniko at gmail.com)
Date: 2020-12-07T18:56:24-05:00

Commit Message:
BUILD: Run scss and autoprefixer post install

Changed paths:
    package.json


diff --git a/package.json b/package.json
index e6b176c6..bcc6a8a1 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
     "sass": "1.26.10"
   },
   "scripts": {
-    "scss:watch": "sass --watch ./scss:./public_html/css",
-    "build": "node build.js"
+    "postinstall": "node build.js",
+    "scss:watch": "sass --watch ./scss:./public_html/css"
   }
 }




More information about the Scummvm-git-logs mailing list