-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update sector_theme folder and remove css as that is compiled
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@sparksi/frontend-tooling", | ||
"packageManager": "[email protected]", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "Sparks Interactive frontend-tooling. A central place for opens source packages and tools.", | ||
"author": "Sparks Interactive <[email protected]>", | ||
"scripts": { | ||
|
@@ -49,10 +49,10 @@ | |
"./web/themes/custom/**/*.{js,ts}": [ | ||
"prettier --write" | ||
], | ||
"./web/profiles/contrib/sector-distribution/**/*.{js,ts}": [ | ||
"./web/themes/contrib/sector_theme/**/*.{js,ts}": [ | ||
"prettier --write" | ||
], | ||
"*.{css,scss}": [ | ||
"*.scss": [ | ||
"stylelint --fix --allow-empty-input", | ||
"prettier --write" | ||
] | ||
|