diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-09-21 18:21:10 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-09-21 18:29:29 +0800 |
commit | 0e54ac3ceb52aa91b16121d41771476dde716e41 (patch) | |
tree | a4cf7deb5fdc768f3919906e7e1ab94dd6530b7f /scripts | |
parent | 5d0a91de532c17272b1ffdfef942dc57b1060421 (diff) |
chore: npm script for publish
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/stylelint.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/stylelint.sh b/scripts/stylelint.sh new file mode 100755 index 0000000..8cadbed --- /dev/null +++ b/scripts/stylelint.sh | |||
@@ -0,0 +1,4 @@ | |||
1 | #! /bin/bash | ||
2 | |||
3 | shopt -s extglob | ||
4 | npx stylelint src/css/!(easymde.min.css) | ||