Skip to content

Commit

Permalink
[MWPW-156746] Use correct paths for lint:css script (#2749)
Browse files Browse the repository at this point in the history
  • Loading branch information
overmyheadandbody authored Aug 15, 2024
1 parent 96de2ac commit f92f07c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/label-zero-impact.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const zeroImpactDirs = [
'LICENSE',
'codecov.yaml',
'.gitignore',
'package.json',
'package-lock.json',
];
const zeroImpactLabel = 'zero-impact';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "npm run lint:js && npm run lint:css",
"lint:js": "eslint .",
"lint:js:nibble": "eslint-nibble .",
"lint:css": "stylelint 'blocks/**/*.css' 'styles/*.css'",
"lint:css": "stylelint 'libs/blocks/**/*.css' 'libs/styles/*.css'",
"build:htm-preact": "microbundle ./build/htm-preact.js -o ./libs/deps/htm-preact.js -f modern --no-sourcemap --target web; mv ./libs/deps/htm-preact.modern.mjs ./libs/deps/htm-preact.js",
"build:preact-debug": "microbundle ./build/htm-preact-debug.js -o ./libs/deps/htm-preact-debug.js -f modern --no-sourcemap --target web; mv ./libs/deps/htm-preact-debug.modern.mjs ./libs/deps/htm-preact-debug.js",
"build:gnav-profile": "microbundle ./libs/blocks/global-navigation/blocks/profile/profile-wrapper.js -o ./build/profile-wrapper-build.js -f umd --external none --no-sourcemap --target web; mv ./build/profile-wrapper-build.umd.js ./build/profile.js"
Expand Down

0 comments on commit f92f07c

Please sign in to comment.