diff --git a/package.json b/package.json index 1954d33..3d3fd36 100644 --- a/package.json +++ b/package.json @@ -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"