mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:39:05 +08:00
40466ac530
* fix: 修复css变量文件编译报错问题 * chore: 添加样式校验
6 lines
76 B
Bash
Executable File
6 lines
76 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npx lint-staged
|
|
npm run stylelint
|