From 1502419b0adf915a50ddaec36ab400fd742d745d Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sun, 20 Feb 2022 17:15:23 +0100 Subject: build: fix rtl script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b3bb90c..d26ed28 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "lint:php": "composer lint", "lint:scss": "stylelint \"**/*.scss\" --syntax scss --formatter verbose", "release": "standard-version -a -s", - "rtl": "rtlcss assets/css/style.css assets/css/style-rtl.css", + "rtl": "rtlcss public/assets/css/style.css public/assets/css/style-rtl.css", "preserve": "./config/build.sh", "serve": "webpack serve --node-env=development", "watch": "webpack --watch --progress --node-env=development" -- cgit v1.2.3