Skip to content

Commit

Permalink
added scss run
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM committed Apr 26, 2022
1 parent b84024b commit cf45997
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ on:
push:
paths:
- "**.js"
- "**.scss"
branches:
- main
- '[0-9]+.[0-9]+'
pull_request:
paths:
- "**.js"
- "**.scss"

jobs:
frontend-test:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"test": "yarn prettier-test && yarn eslint-test",
"fix": "yarn prettier-test --write && yarn eslint-test --fix",
"eslint-test": "eslint \"./src/bundle/Resources/**/*.js\"",
"prettier-test": "yarn prettier \"./src/bundle/Resources/public\" --check"
"prettier-test": "yarn prettier \"./src/bundle/Resources/**/*.{js,scss}\" --check"
}
}

0 comments on commit cf45997

Please sign in to comment.