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

fix: test release

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