mirror of
https://github.com/penpot/penpot.git
synced 2025-01-07 15:39:42 -05:00
✨ Adding prettier to ci
This commit is contained in:
parent
6413c9dddd
commit
8ef20be9bd
3 changed files with 14 additions and 0 deletions
|
@ -47,6 +47,13 @@ jobs:
|
||||||
clj-kondo --version
|
clj-kondo --version
|
||||||
clj-kondo --parallel --lint src/
|
clj-kondo --parallel --lint src/
|
||||||
|
|
||||||
|
- run:
|
||||||
|
name: frontend styles prettier
|
||||||
|
working_directory: "./frontend"
|
||||||
|
command: |
|
||||||
|
yarn install
|
||||||
|
yarn run lint-scss
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: backend lint
|
name: backend lint
|
||||||
working_directory: "./backend"
|
working_directory: "./backend"
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"compile-test": "clojure -M:dev:shadow-cljs compile test --config-merge '{:autorun false}'",
|
"compile-test": "clojure -M:dev:shadow-cljs compile test --config-merge '{:autorun false}'",
|
||||||
|
"lint-scss": "yarn run prettier -c resources/styles",
|
||||||
"run-test": "node target/test.js",
|
"run-test": "node target/test.js",
|
||||||
"test": "yarn run compile-test && yarn run run-test",
|
"test": "yarn run compile-test && yarn run run-test",
|
||||||
"watch-gulp": "gulp watch",
|
"watch-gulp": "gulp watch",
|
||||||
|
@ -42,6 +43,7 @@
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"postcss": "^8.4.5",
|
"postcss": "^8.4.5",
|
||||||
"postcss-clean": "^1.2.2",
|
"postcss-clean": "^1.2.2",
|
||||||
|
"prettier": "^2.5.1",
|
||||||
"rimraf": "^3.0.0",
|
"rimraf": "^3.0.0",
|
||||||
"sass": "^1.45.1",
|
"sass": "^1.45.1",
|
||||||
"shadow-cljs": "2.16.10"
|
"shadow-cljs": "2.16.10"
|
||||||
|
|
|
@ -4699,6 +4699,11 @@ prepend-http@^2.0.0:
|
||||||
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
|
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
|
||||||
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
|
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
|
||||||
|
|
||||||
|
prettier@^2.5.1:
|
||||||
|
version "2.5.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a"
|
||||||
|
integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==
|
||||||
|
|
||||||
pretty-bytes@^5.6.0:
|
pretty-bytes@^5.6.0:
|
||||||
version "5.6.0"
|
version "5.6.0"
|
||||||
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb"
|
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb"
|
||||||
|
|
Loading…
Reference in a new issue