Skip to content

Commit

Permalink
nix "wut.css" from prepublish checks
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbot committed Jul 29, 2021
1 parent 7f8750d commit e319bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepublish-checks
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ function assert_exists () {
}

echo "Checking for expected files..."
assert_exists dist/css/{sfds,base,components,typography,utilities,wut}.css || exit 1
assert_exists dist/css/{sfds,base,components,typography,utilities}.css || exit 1

echo "🚀 Good to go!"

0 comments on commit e319bde

Please sign in to comment.