Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
fix (build): only format scss files running "yarn format:scss"
Browse files Browse the repository at this point in the history
Change-Id: I56727ef07686dd9782f4c6ed7e048f63c168a120
  • Loading branch information
andi34 committed Oct 30, 2020
1 parent 93486dd commit 8d50d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"eslint:fix": "eslint src/js/*.js --fix",
"format": "npm-run-all --parallel format:*",
"format:js": "prettier src/js/*.js --write",
"format:scss": "prettier src/sass/* --write",
"format:scss": "prettier src/sass/{,*/**/}*.scss --write",
"pack:build": "npm-run-all --serial eslint build pack:zip",
"pack:zip": "node scripts/pack-build.js",
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit 8d50d47

Please sign in to comment.