fix(package.json): update destination of postcss generation scripts

This commit is contained in:
Yassine Doghri 2020-06-05 18:53:07 +00:00
parent 0be28c50bf
commit 21413f8af3

View File

@ -9,8 +9,8 @@
"url": "https://code.podlibre.org/podlibre/castopod.git" "url": "https://code.podlibre.org/podlibre/castopod.git"
}, },
"scripts": { "scripts": {
"build:css": "postcss app/Javascript/assets/styles/index.css -o app/Views/index.css", "build:css": "postcss app/Javascript/assets/styles/index.css -o public/index.css",
"watch:css": "postcss app/Javascript/assets/styles/index.css -o app/Views/index.css -w", "watch:css": "postcss app/Javascript/assets/styles/index.css -o public/index.css -w",
"commit": "git-cz" "commit": "git-cz"
}, },
"devDependencies": { "devDependencies": {
@ -32,4 +32,4 @@
"path": "cz-conventional-changelog" "path": "cz-conventional-changelog"
} }
} }
} }