Commit 52efcec9 authored by 邓晓峰's avatar 邓晓峰

fix: test release

parent 55feee04
...@@ -22,7 +22,7 @@ const DeviceTree = (props) => { ...@@ -22,7 +22,7 @@ const DeviceTree = (props) => {
const [treeData, setTreeData] = useState([]); const [treeData, setTreeData] = useState([]);
const [params, setParams] = useState({}); const [params, setParams] = useState({});
const noop = () => { const noop = () => {
console.log('noop'); console.log('noop12');
}; };
useEffect(() => { useEffect(() => {
const param = { const param = {
......
...@@ -131,6 +131,7 @@ async function release() { ...@@ -131,6 +131,7 @@ async function release() {
// eslint-disable-next-line consistent-return // eslint-disable-next-line consistent-return
pkgs.forEach((pkg, index) => { pkgs.forEach((pkg, index) => {
console.log(pkg);
const pkgMap = locMap[pkg]; const pkgMap = locMap[pkg];
console.log('pkgMap', pkgMap); console.log('pkgMap', pkgMap);
const [p, shortName] = pkgMap.split('/'); const [p, shortName] = pkgMap.split('/');
......
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