Update package.json

This commit is contained in:
linpeilie 2023-02-24 10:27:53 +08:00 committed by GitHub
parent df89c07d59
commit 314174ddc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,8 @@
"license": "MIT",
"scripts": {
"build": "dumi build",
"deploy": "echo mapstruct.plus > ./build/CNAME && gh-pages -d dist",
"predeploy": "cp CNAME ./dist",
"deploy": "&& gh-pages -d dist",
"dev": "dumi dev",
"prepare": "husky install && dumi setup",
"start": "npm run dev"