Skip to content

Commit 4fac31d

Browse files
committed
chore: father -> father-build
1 parent c2e4fec commit 4fac31d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"scripts": {
4-
"build": "father build",
4+
"build": "father-build",
55
"doc:dev": "./website/node_modules/.bin/vuepress dev ./docs",
66
"doc:deploy": "rm -rf ./website/yarn.lock && cd ./website && npm run deploy && cd -",
77
"changelog": "lerna-changelog",
@@ -33,7 +33,7 @@
3333
"react-dom": "^16.8.4",
3434
"react-testing-library": "^6.0.0",
3535
"shelljs": "^0.8.1",
36-
"father": "^2.6.6",
36+
"father-build": "^1.14.0",
3737
"umi-test": "^1.5.2"
3838
},
3939
"lint-staged": {

0 commit comments

Comments
 (0)