Skip to content

Commit

Permalink
🔧 chore: 测试脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Feb 2, 2022
1 parent fc44a3e commit 78ca62b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"docs:dev": "umi dev --dumi",
"docs:build": "umi build --dumi",
"postversion": "dumi assets",
"vercel-build": "yum install libuuid-devel libmount-devel wget && cp /lib64/{libuuid,libmount,libblkid}.so.1 node_modules/canvas/build/Release/ && ./scripts/setup-vercel.sh && npm run docs:build",
"vercel-build": "yum install libuuid-devel libmount-devel wget && cp /lib64/{libuuid,libmount,libblkid}.so.1 node_modules/canvas/build/Release/ && npm run docs:build",
"--------- ": "",
"test": "lerna run test",
"test:update": "jest -u",
Expand Down Expand Up @@ -136,6 +136,6 @@
"webpack-cli": "^4.5.0"
},
"engines": {
"node": ">=14"
"node": ">=12"
}
}

0 comments on commit 78ca62b

Please sign in to comment.