Commit ca4508bb authored by 邓晓峰's avatar 邓晓峰

fix: release bug

parent c740c6bf
......@@ -21,7 +21,7 @@ const DeviceTree = (props) => {
const [treeData, setTreeData] = useState([]);
const [params, setParams] = useState({});
const noop = () => {};
useEffect(() => {
const param = {
pageIndex: serviceParams.pageIndex || 1,
......
......@@ -56,6 +56,7 @@ async function release() {
// Get updated packages
logStep('check updated packages');
const updatedStdout = execa.sync(lernaCli, ['changed']).stdout;
console.log('updatedStdout', updatedStdout);
updated = updatedStdout
.split('\n')
.map((pkg) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment