⚒️ chore: update package.json

main
CanisMinor 2023-05-30 23:31:28 +08:00 committed by GitHub
parent 4642f3dad1
commit d774cc0f21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
"lint:md": "remark . -f -q",
"prepare": "husky install",
"prettier": "prettier -c --write \"**/**\" && npm run lint && npm run stylelint",
"prettier": "prettier -c --write \"**/**\"",
"release": "semantic-release",
"sd-debug": "cd ../../ && ./webui.sh",
"setup": "umi setup",