We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2e4fec commit 4fac31dCopy full SHA for 4fac31d
package.json
@@ -1,7 +1,7 @@
1
{
2
"private": true,
3
"scripts": {
4
- "build": "father build",
+ "build": "father-build",
5
"doc:dev": "./website/node_modules/.bin/vuepress dev ./docs",
6
"doc:deploy": "rm -rf ./website/yarn.lock && cd ./website && npm run deploy && cd -",
7
"changelog": "lerna-changelog",
@@ -33,7 +33,7 @@
33
"react-dom": "^16.8.4",
34
"react-testing-library": "^6.0.0",
35
"shelljs": "^0.8.1",
36
- "father": "^2.6.6",
+ "father-build": "^1.14.0",
37
"umi-test": "^1.5.2"
38
},
39
"lint-staged": {
0 commit comments