diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-02-20 17:15:23 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-02-20 17:15:23 +0100 |
| commit | 1502419b0adf915a50ddaec36ab400fd742d745d (patch) | |
| tree | 287ffc95fd8a2d2a7a37988c5c8248a914532c41 | |
| parent | 185d2c09463530b25a8cf26dd6810f3178afb385 (diff) | |
build: fix rtl script
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
