Merge branch base into i18n
This commit is contained in:
commit
e976e4c9b1
@ -1,12 +1,5 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
. "$(dirname -- "$0")/_/husky.sh"
|
. "$(dirname -- "$0")/_/husky.sh"
|
||||||
|
|
||||||
# Load nvm
|
|
||||||
export NVM_DIR="$HOME/.nvm"
|
|
||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
|
||||||
|
|
||||||
# Use the correct Node.js version
|
|
||||||
nvm use v20.15.1
|
|
||||||
|
|
||||||
# Run the commit-msg hook
|
# Run the commit-msg hook
|
||||||
npx --no-install commitlint --edit
|
npx --no-install commitlint --edit
|
||||||
|
@ -1,12 +1,5 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
. "$(dirname -- "$0")/_/husky.sh"
|
. "$(dirname -- "$0")/_/husky.sh"
|
||||||
|
|
||||||
# Load nvm
|
|
||||||
export NVM_DIR="$HOME/.nvm"
|
|
||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
|
||||||
|
|
||||||
# Use the correct Node.js version
|
|
||||||
nvm use v20.15.1
|
|
||||||
|
|
||||||
# Run the pre-commit hook
|
# Run the pre-commit hook
|
||||||
npx --no-install -- lint-staged
|
npx --no-install -- lint-staged
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "unibest",
|
"name": "unibest",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"version": "2.4.3",
|
"version": "2.5.0",
|
||||||
"description": "unibest - 最好的 uniapp 开发模板",
|
"description": "unibest - 最好的 uniapp 开发模板",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "feige996",
|
"name": "feige996",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user